summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-01 19:57:26 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-01 19:57:26 -0500
commitbac35fb088833fdc757c8dc9e90bcb53a0a8755c (patch)
tree4b75a246cf229eba86caaf87d47bc38320496f7d /settings.py
parent48489631c1d87508746a0b149e24c048eee1c170 (diff)
parente4644649dff5d4403046c655114a7974fb920ea3 (diff)
downloadaskbot-bac35fb088833fdc757c8dc9e90bcb53a0a8755c.tar.gz
askbot-bac35fb088833fdc757c8dc9e90bcb53a0a8755c.tar.bz2
askbot-bac35fb088833fdc757c8dc9e90bcb53a0a8755c.zip
finally merged Josephs and Adolfos branches, basic on-scree new post notification now works
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 4abe1e7d..9d231b8c 100644
--- a/settings.py
+++ b/settings.py
@@ -77,7 +77,7 @@ AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend',]
if USE_SPHINX_SEARCH:
INSTALLED_APPS.append('djangosphinx')
-if DATABASE_ENGINE in ('postgresql_psycopg2', 'postgresql', ) and False:
+if DATABASE_ENGINE in ('postgresql_psycopg2', 'postgresql', ) and False:#todo - is this always false?
USE_PG_FTS = True
INSTALLED_APPS.append('pgfulltext')
else: