Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
Thanks again Jorge! I'm such a noob :/ But this is a great learning experience. On Thursday, November 29, 2018 at 9:55:00 PM UTC-8, jlgimeno71 wrote: > > > > On Thu, Nov 29, 2018, 9:40 PM Scott Reed wrote: > >> Thanks for you response Jorge! I see, that's just to che

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
On Thu, Nov 29, 2018, 4:27 PM Scott Reed wrote: > >> Hi, I'm starting the Django polls tutorial. >> I've followed all the steps so far: installed Python and Django, set up >> the virtual environment, etc. >> I'm at the point where you start the Django development server

Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
Hi, I'm starting the Django polls tutorial. I've followed all the steps so far: installed Python and Django, set up the virtual environment, etc. I'm at the point where you start the Django development server by running 'py manage.py runserver' in the mysite directory. When I execute this