Ticket #13084: 13084.diff

File 13084.diff, 719 bytes (added by Dan Carroll, 14 years ago)
  • docs/howto/error-reporting.txt

     
    1717-------------
    1818
    1919When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the
    20 :setting:`ADMIN` setting whenever your code raises an unhandled exception and
     20:setting:`ADMINS` setting whenever your code raises an unhandled exception and
    2121results in an internal server error (HTTP status code 500). This gives the
    2222administrators immediate notification of any errors. The :setting:`ADMINS` will
    2323get a description of the error, a complete Python traceback, and details about
Back to Top