New Install - django-admin.py ... just gives contest/options but doesn't run?

2012-05-09 Thread Robert G
When I type d:\myproj>django-admin.py startproject mysite or d:\myproj>django-admin.py test or any of the subcommands, I get this message: Usage: django-admin.py subcommand [options] [args] Options: -v VERBOSITY, --verbosity=VERBOSITY Verbosity level; 0=minimal output,

Re: New Install - django-admin.py ... just gives contest/options but doesn't run?

2012-05-09 Thread Robert G
Awesome, thought I tried this but apparently not. I had to use d:\myproj>python d:/Python27/Scripts/django-admin.py startproject mysite to make it work, but it worked so yay! On with the tutoral I go! On May 9, 3:59 pm, Daniel Roseman wrote: > On Wednesday, 9 May 2012 18:34:41 UTC+1, Ro