Ticket #8262: settings.txt.admins.patch
File settings.txt.admins.patch, 550 bytes (added by , 16 years ago) |
---|
-
settings.txt
1290 1290 ------------- 1291 1291 1292 1292 When ``DEBUG`` is ``False``, Django will e-mail the users listed in the 1293 ``ADMIN `` setting whenever your code raises an unhandled exception and results1293 ``ADMINS`` setting whenever your code raises an unhandled exception and results 1294 1294 in an internal server error (HTTP status code 500). This gives the 1295 1295 administrators immediate notification of any errors. 1296 1296