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 23e8dab commit fe52e7fCopy full SHA for fe52e7f
1 file changed
speed_python/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", "speed_python.settings")
6
7
+from django.core.wsgi import get_wsgi_application
8
+application = get_wsgi_application()
0 commit comments