You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.