python manage.py Usage: manage.py subcommand [options] [args] Options: -v VERBOSITY, --verbosity=VERBOSITY Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output --settings=SETTINGS The Python path to a settings module, e.g. "myproject.settings.main". If this isn't provided, the DJANGO_SETTINGS_MODULE environment variable will be used. --pythonpath=PYTHONPATH A directory to add to the Python path, e.g. "/home/djangoprojects/myproject". --traceback Print traceback on exception --version show program's version number and exit -h, --help show this help message and exit Type 'manage.py help ' for help on a specific subcommand. Available subcommands: [auth] changepassword --> createsuperuser [django] clean_kombu_messages cleanup createcachetable dbshell diffsettings dumpdata flush inspectdb loaddata raven runfcgi shell sql sqlall sqlclear sqlcustom sqlflush sqlindexes sqlinitialdata sqlsequencereset startapp startproject validate [djcelery] camqadm celery celerybeat celerycam celeryctl celeryd celeryd_detach celeryd_multi celeryev celerymon djcelerymon [portal] compilemessages create_superuser makemessages [sessions] clearsessions [south] convert_to_south datamigration graphmigrations migrate migrationcheck schemamigration startmigration syncdb test testserver [staticfiles] collectstatic findstatic runserver