settings: Enable the tickets application.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:41:31 +0000 (12:41 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:43:33 +0000 (12:43 +0200)
settings.py

index d5eb8acf84bb14776627d5bc3af847da9476fabf..359d0864d56d0d805f98cd47e1fda24a418cd818 100644 (file)
@@ -78,4 +78,5 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
+    'tickets',
 )