Skip to content

Commit ef54e10

Browse files
committed
fix wsgi url
1 parent f2cd816 commit ef54e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testproject/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
from django.core.wsgi import get_wsgi_application
1313

14-
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'testproject.settings')
14+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tests.testproject.settings")
1515

1616
application = get_wsgi_application()

0 commit comments

Comments
 (0)