summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
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: