X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;fp=settings.py;h=359d0864d56d0d805f98cd47e1fda24a418cd818;hb=381a3700110275d481d69f55ea82b93a81ac1c4e;hp=d5eb8acf84bb14776627d5bc3af847da9476fabf;hpb=ef5250034c082f44975804fa03bc9f695802f630;p=matthijs%2Fprojects%2Fdorestad-bookings.git 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', )