Skip to content
TerranceN edited this page Nov 13, 2012 · 13 revisions

Troubleshooting

python manage.py only shows [django] options:

This occurs when the settings file isn't loaded. One cause of this is that your DJANGO_SETTINGS_MODULE environment variable is already set to an incorrect value. Use unset DJANGO_SETTINGS_MODULE to allow manage.py to set its value.

Clone this wiki locally