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 ffa154f commit e065bbdCopy full SHA for e065bbd
speed_pypy/wsgi.py
@@ -2,7 +2,7 @@
2
import os
3
import sys
4
5
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example.settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "speed_pypy.settings")
6
7
from django.core.wsgi import get_wsgi_application
8
application = get_wsgi_application()
0 commit comments