* Put my email in the ADMINS settings, so I get mailed when a server error occurs.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Wed, 13 Feb 2008 11:37:08 +0000 (12:37 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Wed, 13 Feb 2008 11:37:08 +0000 (12:37 +0100)
settings.py

index 15de0b1e83fafd310d4bb4f3a68c2bd7c7e53535..f23d20c4c62e66c03ae4a808ad4ec928320c40c0 100644 (file)
@@ -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