rookie
unread,May 19, 2009, 4:02:13 PM5/19/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
Hi,
I just install django and try to create django project following
the instruction: django-admin.py startproject mysite
However, I got the message sais: 'django-admin.py' is not
recognized as an internal or external command, operable program or
batch file. In pythonwin (Python 2.6 version), import django is no
problem. I also got (1, 0, 2, 'final', 0) from typing
django.VERSION. So it seems like django was installed successfully.
Can anyone tell me how to fix the django-admin.py problem? Thanks.