We've got a Django system deployed, and we set DEBUG=False in the settings file. What I'd still like to be able to do, though, is get the full traceback for viewing if needed. (The one that shows up with DEBUG=True.)
The expandible/collapsible parts, local variables, etc., are helpful for troubleshooting, but I don't want the whole world to see them, of course. In another framework we use (Webware for Python), the fancy tracebacks get saved to disk, and we can view them securely. Do I need (to write) special middleware for this? Is there a solution I'm overlooking? Cheers! -- David Hancock | [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---