From fe407193c200e03070928c1e2c1a6e067d32893d Mon Sep 17 00:00:00 2001 From: coderick14 Date: Wed, 17 May 2017 15:40:18 +0530 Subject: Upgrade to Django 1.11 - Database integration yet to be tested --- lib/python2.7/site-packages/django/core/wsgi.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/python2.7/site-packages/django/core/wsgi.py (limited to 'lib/python2.7/site-packages/django/core/wsgi.py') 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() -- cgit