summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rwxr-xr-xsettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 3ffc6d4f..b384e3fa 100755
--- a/settings.py
+++ b/settings.py
@@ -81,7 +81,7 @@ if USE_SPHINX_SEARCH:
if USE_FB_CONNECT:
INSTALLED_APPS.append('fbconnect')
-if DATABASE_ENGINE in ('postgresql_psycopg2', 'postgresql', ):
+if DATABASE_ENGINE in ('postgresql_psycopg2', 'postgresql', ) and False:
USE_PG_FTS = True
INSTALLED_APPS.append('pgfulltext')
else: