Ticket #13084: 13084.diff
File 13084.diff, 719 bytes (added by , 15 years ago) |
---|
-
docs/howto/error-reporting.txt
17 17 ------------- 18 18 19 19 When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the 20 :setting:`ADMIN ` setting whenever your code raises an unhandled exception and20 :setting:`ADMINS` setting whenever your code raises an unhandled exception and 21 21 results in an internal server error (HTTP status code 500). This gives the 22 22 administrators immediate notification of any errors. The :setting:`ADMINS` will 23 23 get a description of the error, a complete Python traceback, and details about