From 35f5fc37bf6539653fc380ae902495f035ae6565 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 19 Oct 2010 11:43:10 +0200 Subject: [PATCH] settings: Enable south for schema migration. --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index 86c98d0..da25241 100644 --- a/settings.py +++ b/settings.py @@ -86,6 +86,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'tickets', 'debug_toolbar', + 'south', ) TEMPLATE_CONTEXT_PROCESSORS = ( -- 2.30.2