I\'m using urlib to hit my app not a browser so I can\'t see the debug screen when an error occurs. What\'s the best way to send the normal debug info to the console or a fi
The answer for this is to create a django middleware to catch all exeptions.
When you catch them, you can redirect them to whatever you want.
Documentation is here:
http://docs.djangoproject.com/en/dev/topics/http/middleware/#process-exception