Problem solved.  Once I straightened out my path issues it came down to the 
following:

*python manage.py validate*

works fine while
*
manage.py validate*

does not. It just returns the help text as if I had run *manage.py* with no 
parameters. 

Clearly either Win7 or Python33 or Django 1.6dev is not passing the 
validate parameter to manage.py.  I recall that under Win NT and XP you 
could adjust how parameters were passed when a program was set to execute 
an extension by default.  If you can still set that I cannot find it.


On Sunday, February 10, 2013 1:22:17 AM UTC-5, David wrote:
>
> When I run either django-admin.py or manage.py all I get is the help 
> screen for the command regardless of the parameters I give.
>
> For example: 
> *django-admin.py startproject mysite* 
> returns the help screen.  It does not create mysite/.
>
> I am working with Python33 and the Dev version of Django refreshed with 
> git. 
>
> Clearly django-admin is on the python path since it is executed.  
> *
> import django
> print(django.get_version())*
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to