Don’t run django-admin.py for anything other than the initial project creation. For everything after that, use manage.py, which takes care of the finding the settings.
Don’t run django-admin.py for anything other than the initial project creation. For everything after that, use manage.py, which takes care of the finding the settings.