settings: Add myself as admin.
[matthijs/projects/dorestad-bookings.git] / 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