We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa4e38 commit 47aed55Copy full SHA for 47aed55
fileshackproject/wsgi.py
@@ -22,8 +22,11 @@
22
# This application object is used by any WSGI server configured to use this
23
# file. This includes Django's development server, if the WSGI_APPLICATION
24
# setting points here.
25
-from django.core.wsgi import get_wsgi_application
26
-application = get_wsgi_application()
+#from django.core.wsgi import get_wsgi_application
+#application = get_wsgi_application()
27
+
28
+import django.core.handlers.wsgi
29
+application = django.core.handlers.wsgi.WSGIHandler()
30
31
# Apply WSGI middleware here.
32
# from helloworld.wsgi import HelloWorldApplication
0 commit comments