django custom management command does not show up in production

Posted by Tom Tom on Stack Overflow See other posts from Stack Overflow or by Tom Tom
Published on 2010-04-28T23:25:24Z Indexed on 2010/04/29 3:27 UTC
Read the original article Hit count: 343

Filed under:

I wrote a custom management command for django. Locally with my dev settings everything works fine. Now I deployed my project onto the production server and the management command does not show up, respectively is not available. But I did not get an error message deploying the project (syncdb).

Any ideas where I could try to begin to search? Is there a special command that all custom management commands are "autodiscovered"?

© Stack Overflow or respective owner

Related posts about django