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"?
--Edit--
Solved and documented here