summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit6ce5d6acad3f444ebd06f8be96882cfe34122098 (patch)
tree367d2640c5c8bd8af8792e39681da80d6e1fc6cd
parent6f69cf033d8c2f5807c7d13d956bb75ec397de03 (diff)
downloadChimè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.sample2
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 = ''