On Sunday 05 March 2017 12:32:34 James Pic wrote: > > However, perhaps runserver could just exit if checks don't pass, which > makes sense I think, allowing the optional use of a shell loop. I'd prefer > that, what do you think is better, exit or retry ?
... then you can do that yourself already by running
manage.py check && manage.py runserver
My 2 cents,
Shai.
