Yup, that's great, thank you. But what I'm really looking for is DEBUG capabilities when using mod_python, i.e. I would like to be able to see my print statements embedded in "if DEBUG:" and especially the db queries timings (which are available somehow?). I do most of the debugging using the django-admin runserver, but on occasion, it might be useful to do some of it on a live site, if nothing else: when doing final verification and testing before deployment. So, when using mod_python and turning on DEBUG, where do the print statements end up?
R /LarS