From ef5250034c082f44975804fa03bc9f695802f630 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 18 Oct 2010 12:40:46 +0200 Subject: [PATCH] settings: Add myself as admin. --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index cd6ed64..d5eb8ac 100644 --- a/settings.py +++ b/settings.py @@ -8,7 +8,8 @@ DEBUG = True 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