Re: Django development server crash on syntactic or indent error after check

2014-12-07 Thread Mario De Frutos Dieguez
Thank you very much Collin, i will take a look knowing that its probably a bug :) El sábado, 6 de diciembre de 2014 18:33:34 UTC+1, Collin Anderson escribió: > > It happens if there's a SyntaxError in a models.py file. > > On Saturday, December 6, 2014 12:32:17 PM UTC-5, Collin Anderson wrote: >>

Re: Django development server crash on syntactic or indent error after check

2014-12-06 Thread Collin Anderson
It happens if there's a SyntaxError in a models.py file. On Saturday, December 6, 2014 12:32:17 PM UTC-5, Collin Anderson wrote: > > Hi, > > Yes, this happens to me frequently. It happens when editing models.py or > something imported by a models.py. It's on my mental dream list of things > to f

Re: Django development server crash on syntactic or indent error after check

2014-12-06 Thread Collin Anderson
Hi, Yes, this happens to me frequently. It happens when editing models.py or something imported by a models.py. It's on my mental dream list of things to fix, but feel free to open a ticket about it if there's not one open already. Collin On Friday, December 5, 2014 2:00:01 AM UTC-5, Mario De

Re: Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mario De Frutos Dieguez
If i understand you correctly, when an error occur the server should not stop, instead of that it will print the error trace to let you correct the problem but in my case when an error occur the server show the trace and stop working or at least it returns to the shell. :S What i understand rea

Re: Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mike Dewhirst
On 4/12/2014 7:58 PM, Mario De Frutos Dieguez wrote: First of all i want to say hi!, i'm new in the group :) I'm having a problem with the development server (a.k.a runserver). When i'm working in a file but i have an error (for example indent error or syntactic error) the server crash instead o

Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mario De Frutos Dieguez
First of all i want to say hi!, i'm new in the group :) I'm having a problem with the development server (a.k.a runserver). When i'm working in a file but i have an error (for example indent error or syntactic error) the server crash instead of report the error and keep running. I've been read