summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index c8098df9..95bf52d3 100644
--- a/settings.py
+++ b/settings.py
@@ -73,7 +73,7 @@ INSTALLED_APPS = (
'forum',
'django_authopenid',
'debug_toolbar' ,
- #'stackexchange', #se loader
+ 'stackexchange', #se loader
)
AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',)