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 02744b6 commit 4a2c55eCopy full SHA for 4a2c55e
manage.py
@@ -5,6 +5,7 @@
5
6
if __name__ == '__main__':
7
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'webcrm.settings')
8
+ os.environ.setdefault('DJANGO_RUNSERVER_HIDE_WARNING', 'true')
9
try:
10
from django.core.management import execute_from_command_line
11
except ImportError as exc:
@@ -14,3 +15,4 @@
14
15
"forget to activate a virtual environment?"
16
) from exc
17
execute_from_command_line(sys.argv)
18
+
0 commit comments