diff options
Diffstat (limited to 'local_settings.py.sample')
-rw-r--r-- | local_settings.py.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local_settings.py.sample b/local_settings.py.sample index d6a95b9..9352248 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -19,7 +19,7 @@ DATABASES = { } CHIMERE_ENABLE_CLUSTERING = True -CHIMERE_SEARCH_ENGINE = False +HAYSTACK_SEARCH_ENGINE = False CHIMERE_CONTENT_INSIDE_POPUP = True CHIMERE_ENABLE_ROUTING = True CONTACT_EMAIL = '' |