We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c24eef5 + c8dba40 commit 55c89b2Copy full SHA for 55c89b2
pythonkc_site/deploy/wsgi.py
@@ -0,0 +1,5 @@
1
+import os, sys
2
+
3
+from django.core.handlers.wsgi import WSGIHandler
4
+os.environ["DJANGO_SETTINGS_MODULE"] = "myproject.settings"
5
+application = WSGIHandler()
0 commit comments