On Thu, Dec 9, 2010 at 7:03 PM, Joe <joe.wise....@gmail.com> wrote:
> Ok, so when I do exactly as the tutorial says, I get hella errors. I
> change directory to where I want to store my project which goes fine,
> then:
>>>> django-admin.py startproject mysite
> SyntaxError: invalid syntax
>
> with 'startproject' highlighted. The django-admin.py file is in the
> directory I changed to.

django-admin.py is a program that should be run in your OS shell, not
in a Python interpreter which it looks like you're trying to do here.

Regards
Martin Melin

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

Reply via email to