summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-10 15:55:37 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-10 15:55:37 -0400
commite40553e1ad1155b380a41588174ec80270a22f0c (patch)
tree24f70a2efd6378a96b09a5ddb6ff88986907a621 /settings.py
parent6fd183a0e5ac47491ed7a8ffb2c36177575c9cc4 (diff)
downloadaskbot-e40553e1ad1155b380a41588174ec80270a22f0c.tar.gz
askbot-e40553e1ad1155b380a41588174ec80270a22f0c.tar.bz2
askbot-e40553e1ad1155b380a41588174ec80270a22f0c.zip
created more automatic django.wsgi file and fixed an error that I made when removing the authetication module again
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 95bf52d3..c8098df9 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',)