From 426cb2ff0508dfecbff4b5b55e752449df9c31d0 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 13 Feb 2008 12:37:08 +0100 Subject: [PATCH] * Put my email in the ADMINS settings, so I get mailed when a server error occurs. --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2