You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--settings SETTINGS The Python path to a settings module, e.g. "myproject.settings.main". If this isn't provided, the DJANGO_SETTINGS_MODULE environment variable will be used.
43
+
--settings SETTINGS The Python path to a settings module, e.g. "myproject.settings.main". If this isn't provided, the
44
+
DJANGO_SETTINGS_MODULE environment variable will be used.
41
45
--pythonpath PYTHONPATH
42
46
A directory to add to the Python path, e.g. "/home/djangoprojects/myproject".
43
-
--traceback Raise on CommandError exceptions.
47
+
--traceback Display a full stack trace on CommandError exceptions.
44
48
--no-color Don't colorize the command output.
45
49
--force-color Force colorization of the command output.
0 commit comments