settings: Enable the tickets application.
[matthijs/projects/dorestad-bookings.git] / settings.py
index cd6ed6476320a136101874bddb68734f1a42a63e..359d0864d56d0d805f98cd47e1fda24a418cd818 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
@@ -77,4 +78,5 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
+    'tickets',
 )