django newbie question : cant start a new project

Posted by Moayyad Yaghi on Stack Overflow See other posts from Stack Overflow or by Moayyad Yaghi
Published on 2010-03-31T13:04:51Z Indexed on 2010/03/31 13:13 UTC
Read the original article Hit count: 289

Filed under:
|
|

hello . I'm totally new to django . and I'm using its documentation to get help on how to use it
but seems like something is missing. i installed django using setup.py install command and i added the ( django/bin ) to system path variable but. i still cant start a new project
i use the following syntax to start a project :
django-admin.py startproject myNewProject
but it says
Type 'django-admin.py help' for usage.
1

do i miss anything ?
thank u

© Stack Overflow or respective owner

Related posts about python

Related posts about django