Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jani Tiainen
You might want to try Visual Studio Code as well. It has some integration with Python (for example code completion and flake8 and pylint checks on the fly). On Fri, Nov 30, 2018 at 8:04 AM Scott Reed wrote: > Thanks again Jorge! I'm such a noob :/ But this is a great learning > experience.

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
We all were there once. Keep moving forward! -Jorge On Thu, Nov 29, 2018, 10:04 PM 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

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 check that it >> worked,

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
On Thu, Nov 29, 2018, 9:40 PM Scott Reed Thanks for you response Jorge! I see, that's just to check that it > worked, and I'm supposed to quit the server to keep using the command > prompt. > Another question: I can't figure out the next step - opening the views.py > file in the command prompt.

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
Thanks for you response Jorge! I see, that's just to check that it worked, and I'm supposed to quit the server to keep using the command prompt. Another question: I can't figure out the next step - opening the views.py file in the command prompt. I've tried navigating to the directory and

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
On Thu, Nov 29, 2018, 4:27 PM 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

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