On 9/15/06, Adam Jones <[EMAIL PROTECTED]> wrote: > I am not familiar with Django's error reporting. Could you provide a > link or description?
You get a nicely formatted error page showing the line of code where the error occured with a bit of context. The locals() at each level of the stack are also available on the page. To answer the question, I believe the strategy will be a move to WSGI in 1.1 where we can take advantage of Paste's (I think it's Paste) error handling/reporting middleware. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

