From: Matthijs Kooijman Date: Wed, 13 Feb 2008 11:37:08 +0000 (+0100) Subject: * Put my email in the ADMINS settings, so I get mailed when a server error occurs. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=426cb2ff0508dfecbff4b5b55e752449df9c31d0 * Put my email in the ADMINS settings, so I get mailed when a server error occurs. --- diff --git a/settings.py b/settings.py index 15de0b1..f23d20c 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,8 @@ DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@domain.com'), + # Server errors get sent here + ('Matthijs Kooijman', 'matthijs@stdin.nl'), ) MANAGERS = ADMINS