| Home | Trees | Indices | Help |
|---|
|
|
pretty debug errors (part of web.py)
portions adapted from Django <djangoproject.com> Copyright (c) 2005, the Lawrence Journal-World Used under the modified BSD license: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
djangoerror_r = Nonehash(x) |
|||
djangoerror_t =
|
|||
whereami =
|
|||
|
|||
A replacement for `internalerror` that presents a nice page with lots of debug information for the programmer. (Based on the beautiful 500 page from [Django](http://djangoproject.com/), designed by [Wilson Miner](http://wilsonminer.com/).) |
Wraps the old `internalerror` handler (pass as `olderror`) to additionally email all errors to `to_address`, to aid in debugging production websites. Emails contain a normal text traceback as well as an attachment containing the nice `debugerror` page. |
|
|||
djangoerror_t
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:29 2010 | http://epydoc.sourceforge.net |