summaryrefslogtreecommitdiff
path: root/scipy2015/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy2015/wsgi.py')
-rw-r--r--scipy2015/wsgi.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/scipy2015/wsgi.py b/scipy2015/wsgi.py
index f969dac..93b0241 100644
--- a/scipy2015/wsgi.py
+++ b/scipy2015/wsgi.py
@@ -4,13 +4,11 @@ WSGI config for scipy2015 project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
-https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/
+https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/
"""
import os
-
-from django.core.wsgi import get_wsgi_application
-
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "scipy2015.settings")
+from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()