We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64aaee commit c8dba40Copy full SHA for c8dba40
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