Re: mod_python and Dev server compatible coding

2009-03-24 Thread Ross
The big value for me of the dev server is the ease with which I can get debugging information out of it. Of course, I fully understand that it is not suitable for serving my site - I didn't mean to give the impression that it was. But the cycle of using the dev-server for making something work, t

Re: mod_python and Dev server compatible coding

2009-03-23 Thread Malcolm Tredinnick
On Mon, 2009-03-23 at 13:34 -0700, Ross wrote: > I'm a bit confused by finding a process that works for both the dev > server and mod_python. > > Mod_python uses a 'trigger' word to know to pass serving of that stuff > by Django. So URL's with /mysite/ leading them get handled by > Django. But

mod_python and Dev server compatible coding

2009-03-23 Thread Ross
I'm a bit confused by finding a process that works for both the dev server and mod_python. Mod_python uses a 'trigger' word to know to pass serving of that stuff by Django. So URL's with /mysite/ leading them get handled by Django. But it seems that the urls.py then gets the URL without the lea