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
Usage: django-admin subcommand [options] [args]
Options:
-v VERBOSITY, --verbosity=VERBOSITY
Verbosity level; 0=minimal output, 1=normal output,
2=verbose output, 3=very verbose output
--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.
--pythonpath=PYTHONPATH
....
--> How do you guys feel about putting a small logan-header on top of the help message and run the help command by default?
The text was updated successfully, but these errors were encountered:
There's also the version command which returns the version of Django (super confusing), and really we should be returning a similar header in [command] help as we do in just [command].
When I run
I see
But when I run
I see
--> How do you guys feel about putting a small logan-header on top of the help message and run the help command by default?
The text was updated successfully, but these errors were encountered: