diff --git a/app/wsgi.py b/app/wsgi.py index e1bcdb1..f2c7150 100644 --- a/app/wsgi.py +++ b/app/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for mysite project. +WSGI config for app project. It exposes the WSGI callable as a module-level variable named ``application``. diff --git a/manage.py b/manage.py index 8e7620c..72bf367 100755 --- a/manage.py +++ b/manage.py @@ -13,7 +13,7 @@ def main(): """Run administrative tasks.""" - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mysite.settings') + os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'app.settings') try: from django.core.management import execute_from_command_line except ImportError as exc: