From: Matthijs Kooijman Date: Mon, 18 Oct 2010 10:41:31 +0000 (+0200) Subject: settings: Enable the tickets application. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=381a3700110275d481d69f55ea82b93a81ac1c4e settings: Enable the tickets application. --- 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', )