Thank you so much, does one bring up the cd command in the python terminal?
On Mon, Mar 11, 2019 at 8:07 AM Kayode Oladipo <[email protected]> wrote: > You have to be in the project level directory to access 'manage.py'. > Use the 'cd' command in the terminal to do this. > > On Sun, Mar 10, 2019, 23:23 Joseph Jones <[email protected] wrote: > >> Hello all! >> I have been reading >> https://www.packtpub.com/application-development/learn-python-programming-second-edition >> Since >> November, so I am very much new to the Python community. I am currently on >> chapter 14 "Web development" which suggests completing the tutorial on >> djangoproject.com after installing Django of course. When I've run the >> first two commands in the cmd of my PC I get the output the tutorial would >> indicate. However when I run the command .../> py manage.py runserver I >> receive a command error that no such file exists. My question is what >> mistake am I making? I'm hypothesizing one is to create a file entitled >> "manage.py' before beginning, however unless I'm misreading the text in the >> tutorial the command .../> django-admin startproject runserver >> auto-generates said file. Any suggestions on what I'm doing wrong would be >> immensely appreciated. Let me apologize in advance if I either, ask for >> clarification in any responses(again I am new), or mess up again through >> out the course of the tutorial and again reach out to the community. Thank >> you for any help, >> Joseph >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAJGsC5OzcyMwrW%3D-EmU%2B-3o8esQ2JeVQoJScq%3DHy_mtsxKRuKQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJGsC5OzcyMwrW%3D-EmU%2B-3o8esQ2JeVQoJScq%3DHy_mtsxKRuKQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA%2BARzD8BiTZ8Rzfi9twFF7GTzYpBZqpCdpR3K_tGW5b1Rfsdrw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BARzD8BiTZ8Rzfi9twFF7GTzYpBZqpCdpR3K_tGW5b1Rfsdrw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJGsC5N2poHoALgwHLkk%3D9o9jGeUZ1NStedbnBS-oLdYgVzSQA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

