summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorHernani Cerqueira <hernani@viper6.dzone.com>2010-02-01 18:52:13 -0500
committerHernani Cerqueira <hernani@viper6.dzone.com>2010-02-01 18:52:13 -0500
commiteaf229b3fa6147885551942fa2c79444bfd4a90d (patch)
treeb9d0af1179d902c99a571b0de07875c4eb6a129f /settings.py
parentca0ae031c6700cc827b16af0d50e8cfc5cce85e2 (diff)
downloadaskbot-eaf229b3fa6147885551942fa2c79444bfd4a90d.tar.gz
askbot-eaf229b3fa6147885551942fa2c79444bfd4a90d.tar.bz2
askbot-eaf229b3fa6147885551942fa2c79444bfd4a90d.zip
fixed fbconnect and sphinx settings not being properly verified
Diffstat (limited to 'settings.py')
-rwxr-xr-xsettings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index e45d4780..8609418e 100755
--- a/settings.py
+++ b/settings.py
@@ -74,10 +74,10 @@ INSTALLED_APPS = [
AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend',]
-if check_local_setting('USE_SPHINX_SEARCH',True):
+if USE_SPHINX_SEARCH:
INSTALLED_APPS.append('djangosphinx')
-if check_local_setting('USE_FB_CONNECT',True):
+if USE_FB_CONNECT:
INSTALLED_APPS.append('fbconnect')
#load optional plugin module for external password login