Hopefully this will help >> http://weblog.greenpeace.org/it/2006/04/getting_started_with_django_on.html
> I'm trying to start the tutorial (on Windows by the way) and I can't > get anywhere. When I enter "django-admin.py startproject mysite" into > either the interpreter or the Python command line I get the same > message: > Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit > (Intel)] on win32 > Type "copyright", "credits" or "license()" for more information.>>> import > django > >>> django-admin.py startproject mysite > > ^ > SyntaxError: invalid syntax that's fine; the django-admin.py "command" is run from the command line, not python shell. :-) > What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.