diff --git a/projtest/projtest/wsgi.py b/testproject/testproject/wsgi.py copy from projtest/projtest/wsgi.py copy to testproject/testproject/wsgi.py --- a/projtest/projtest/wsgi.py +++ b/testproject/testproject/wsgi.py @@ -20,7 +20,7 @@ """ -WSGI config for projtest project. +WSGI config for testproject project. This module contains the WSGI application used by Django's development server and any production WSGI deployments. It should expose a module-level variable @@ -36,7 +36,7 @@ framework. """ import os -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "projtest.settings") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testproject.settings") # This application object is used by any WSGI server configured to use this # file. This includes Django's development server, if the WSGI_APPLICATION