Hi, yes Thank you so much those video tutorial helped me quite a bit. I was able to create a new directory, as the "introduction to django" tutorial suggested I've made sure its title is project specific. However, I seem to have run into a problem creating a path to my new directory. when last I ran the command I received an Command error stating that my project name was not valid. Any thoughts on what detail I am overlooking would be very appreciated, Thank you
On Tue, Mar 12, 2019 at 8:30 AM Suresh Kannan <[email protected]> wrote: > Hi, > > You can watch these videos. I think this might help you. > > https://www.youtube.com/watch?v=FNQxxpM1yOs (windows) > > > https://www.youtube.com/watch?v=oT1A1KKf0SI&list=PLxxA5z-8B2xk4szCgFmgonNcCboyNneMD > (linux) > > On Mon, 11 Mar 2019 at 09:35, Joseph Jones <[email protected]> wrote: > >> 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 >> <https://groups.google.com/d/msgid/django-users/CAJGsC5N2poHoALgwHLkk%3D9o9jGeUZ1NStedbnBS-oLdYgVzSQA%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/CANfVfcBvhtWwwuKEe95BhAkYzQjV2k1Am4pFvMSsf_8yZWg2MA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CANfVfcBvhtWwwuKEe95BhAkYzQjV2k1Am4pFvMSsf_8yZWg2MA%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/CAJGsC5McwrcnOQzYZPAc4vVPVk_AM0c2bggc0fzR%3DxcwrfQCjg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

