From: Matthijs Kooijman Date: Tue, 19 Oct 2010 09:43:10 +0000 (+0200) Subject: settings: Enable south for schema migration. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=35f5fc37bf6539653fc380ae902495f035ae6565 settings: Enable south for schema migration. --- 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 = (