-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
When I run
$ myapp
I see
usage: myapp [--config=/path/to/settings.py] [command] [options]
But when I run
$ django-admin.py
I see
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?
Metadata
Metadata
Assignees
Labels
No labels