GloWyrm
unread,Sep 15, 2009, 1:45:40 PM9/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I am following the tutorial, and I was able to create the mysite
directory, but I can't get the development server to work. When I run
"python manage.py runserver" from mysite I get this error...
Traceback <most recent call last>:
File "manage.py", line 2, in ?
from django.core.management import execute_manager
ImportError: No module named django.core.management
Thanks in advance