trying to run the development server as directed by the django book 2.0. Heres what im doing so far:
1) cd into the directory containing python 2) run the python interpreter using the "python" command 3) Import django with the python interpreter http://www.djangobook.com/en/2.0/chapter02/
Now step 4 should be cd into the mysite directory and then run the command "python manage.py runserver"
My question though is how do you cd into another directory while the python interpreter in running in the command prompt so i can use the command to run the development server?
If somebody could just list step by step as to how they run the development server from the command prompt or explain to me what im doing wrong, it would be very much appreciated as i have been trying to figure this out forever.
Btw directories i change to in order "Python27>mysite". mysite is in the Python 27 folder. Python 27 contains the python files which includes the python.exe file and mysite contains the project which include manage.py file.
Change in your django project and run:
python manage.py runserver
that's all!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With