summaryrefslogtreecommitdiffstats
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 4d799a13..b80eb4f2 100644
--- a/settings.py
+++ b/settings.py
@@ -75,6 +75,7 @@ INSTALLED_APPS = (
'django_authopenid',
'debug_toolbar' ,
#'stackexchange', #se loader
+ 'south',
)
AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',)