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 97f81b6 commit 36086d3Copy full SHA for 36086d3
example/wsgi.py
@@ -0,0 +1,8 @@
1
+# This is used for staging & production
2
+import os
3
+import sys
4
+
5
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example.settings")
6
7
+from django.core.wsgi import get_wsgi_application
8
+application = get_wsgi_application()
0 commit comments