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 f2cd816 commit ef54e10Copy full SHA for ef54e10
tests/testproject/wsgi.py
@@ -11,6 +11,6 @@
11
12
from django.core.wsgi import get_wsgi_application
13
14
-os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'testproject.settings')
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tests.testproject.settings")
15
16
application = get_wsgi_application()
0 commit comments