diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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: |