the >>> indicates you are IN a python shell, which is different from your OS prompt. Try exiting the shell first (with exit()) and then run "python manage.py runserver" from a command prompt or terminal window.
Cheers, AT On Mon, Jan 23, 2012 at 4:11 PM, JJ Zolper <cod...@madtrak.com> wrote: > > >>> python manage.py runserver > File "<stdin>", line 1 > python manage.py runserver > ^ > SyntaxError: invalid syntax > >>> > -- 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.