diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-28 09:55:23 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-28 09:55:23 +0200 |
commit | 6ce5d6acad3f444ebd06f8be96882cfe34122098 (patch) | |
tree | 367d2640c5c8bd8af8792e39681da80d6e1fc6cd | |
parent | 6f69cf033d8c2f5807c7d13d956bb75ec397de03 (diff) | |
download | Chimère - projet Saclay-6ce5d6acad3f444ebd06f8be96882cfe34122098.tar.bz2 Chimère - projet Saclay-6ce5d6acad3f444ebd06f8be96882cfe34122098.zip |
Change CHIMERE_SEARCH_ENGINE to HAYSTACK_SEARCH_ENGINE
-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 = '' |