Skip to content

Commit e065bbd

Browse files
authored
Update wsgi.py
1 parent ffa154f commit e065bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speed_pypy/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44

5-
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example.settings")
5+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "speed_pypy.settings")
66

77
from django.core.wsgi import get_wsgi_application
88
application = get_wsgi_application()

0 commit comments

Comments
 (0)