1

Possible Duplicate:
django-admin.py prints help only

Trying to learn Django, and every time I run the django-admin.py script all it does is print the help. What's the problem?

N:\Code\djtest>django-admin.py startproject helloworld
Usage: django-admin.py subcommand [options] [args]

Options:
  -v VERBOSITY, --verbosity=VERBOSITY
(...)

N:\Code\djtest>django-admin.py help startproject
Usage: django-admin.py subcommand [options] [args]

Options:
  -v VERBOSITY, --verbosity=VERBOSITY
(...)

If I run python C:\Python27\Scripts\django-admin.py startproject blahblah that does work, though it's onerous.

Community
  • 1
  • 1
Nick T
  • 25,754
  • 12
  • 83
  • 121

0 Answers0