summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/core/wsgi.py
diff options
context:
space:
mode:
authorcoderick142017-05-17 15:40:18 +0530
committercoderick142017-05-17 15:41:00 +0530
commitfe407193c200e03070928c1e2c1a6e067d32893d (patch)
tree1c492aa814754b5db5d644c769f5382306217298 /lib/python2.7/site-packages/django/core/wsgi.py
parent9a1393e8470d855762e699abca9911b9cdae6a7d (diff)
downloadSBHS-2018-Rpi-fe407193c200e03070928c1e2c1a6e067d32893d.tar.gz
SBHS-2018-Rpi-fe407193c200e03070928c1e2c1a6e067d32893d.tar.bz2
SBHS-2018-Rpi-fe407193c200e03070928c1e2c1a6e067d32893d.zip
Upgrade to Django 1.11
- Database integration yet to be tested
Diffstat (limited to 'lib/python2.7/site-packages/django/core/wsgi.py')
-rw-r--r--lib/python2.7/site-packages/django/core/wsgi.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/python2.7/site-packages/django/core/wsgi.py b/lib/python2.7/site-packages/django/core/wsgi.py
deleted file mode 100644
index edea333..0000000
--- a/lib/python2.7/site-packages/django/core/wsgi.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from django.core.handlers.wsgi import WSGIHandler
-
-
-def get_wsgi_application():
- """
- The public interface to Django's WSGI support. Should return a WSGI
- callable.
-
- Allows us to avoid making django.core.handlers.WSGIHandler public API, in
- case the internal WSGI implementation changes or moves in the future.
-
- """
- return WSGIHandler()