Re: Failure to compile urls.py on startup

2008-07-05 Thread Malcolm Tredinnick
On Sat, 2008-07-05 at 04:35 -0700, zobbo wrote: [...] > Comments welcomed. I'm not likely to make the same mistake again but > interested to know if there's a solution for this. Besides the obvious > "Don't ignore error messages" :) If there's not already a ticket open for this in Trac (do a bit

Failure to compile urls.py on startup

2008-07-05 Thread zobbo
I've been working through "Practical Django Projects" by James Bennet. I came across some unexpected behaviour which I wanted to share regarding handling errors on startup within the urls configuration. In the weblog application he talks you through, he discusses splitting up urls.py into modules