diff --git a/project/settings.py b/project/settings.py index b0c0fa6..fde6399 100644 --- a/project/settings.py +++ b/project/settings.py @@ -76,7 +76,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = 'project.wsgi.application' +WSGI_APPLICATION = 'application' # Database diff --git a/project/wsgi.py b/wsgi.py similarity index 100% rename from project/wsgi.py rename to wsgi.py