Hi all,

I am new to programming in general and recently decided to pick up Django. 
Im reading bits of a book on Python, and im starting to stumble through the 
Djangoproject.com tutorial. My problem might be embarrassingly simple, but i 
could really use some help. 

I created my first project using django-admin.py startproject mysite , although 
this didnt work untill i manually added the  folder containing 
django-admin.py to my system path.

now, from within the new directory i created, i try to run python manage.py 
runserver 
and get the following message:

Python is not recognized as an internal or external command, operable 
program or batch file.

I dont know whats wrong. Im getting the sense that maybe i installed django 
wrong? i dont know why else i had to add something to my system path which 
was supposed to be there, and why now Python isnt recognized.

I did the tests on the djangoproject.com to see if it all installed 
correctly - that is, i import django without a problem. 

Can anyone give me some pointers here? I would really appreciate any help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/dFdXZE42TjFhT3NK.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to