From 30073392a48d61b0d819d26b485460b166329cc2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 13:20:49 -0600 Subject: Add initial South migration for 'main' app Thanks to Evangelos Foutras for the inspiration. Recreated from scratch only to make sure everything is in sync. From this point on, you will need to have the 'south' Django/Python package installed to use archweb. Signed-off-by: Dan McGee --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 75d97aaf..61ed067c 100644 --- a/settings.py +++ b/settings.py @@ -81,6 +81,7 @@ INSTALLED_APPS = ( 'todolists', 'devel', 'public', + 'south', # database migration support ) # vim: set ts=4 sw=4 et: -- cgit v1.2.3-55-g3dc8