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 db612e2 commit 473df6cCopy full SHA for 473df6c
django/app4/manage.py
@@ -2,6 +2,7 @@
2
import os
3
import sys
4
if __name__ == '__main__':
5
+
6
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'app4_project.settings')
7
8
try:
0 commit comments