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