settings: Add myself as admin.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:40:46 +0000 (12:40 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:43:33 +0000 (12:43 +0200)
settings.py

index cd6ed6476320a136101874bddb68734f1a42a63e..d5eb8acf84bb14776627d5bc3af847da9476fabf 100644 (file)
@@ -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