From 381a3700110275d481d69f55ea82b93a81ac1c4e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 18 Oct 2010 12:41:31 +0200 Subject: [PATCH] settings: Enable the tickets application. --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index d5eb8ac..359d086 100644 --- a/settings.py +++ b/settings.py @@ -78,4 +78,5 @@ TEMPLATE_DIRS = ( ) INSTALLED_APPS = ( + 'tickets', ) -- 2.30.2