settings: Enable the tickets application.
[matthijs/projects/dorestad-bookings.git] / settings.py
index d5eb8acf84bb14776627d5bc3af847da9476fabf..359d0864d56d0d805f98cd47e1fda24a418cd818 100644 (file)
@@ -78,4 +78,5 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
+    'tickets',
 )