summaryrefslogtreecommitdiff
path: root/chimere_example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere_example_project/settings.py')
-rw-r--r--chimere_example_project/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py
index 8b55a2d..de386cd 100644
--- a/chimere_example_project/settings.py
+++ b/chimere_example_project/settings.py
@@ -161,9 +161,9 @@ CHIMERE_MODIF_EMAIL = _(u"Hello, I would like to propose you a modification "
u"about this item: ")
CHIMERE_ROUTING_WARN_MESSAGE = "<h3 class='warn'>Attention</h3>"\
- "<p>Cet itineraire comporte des passages dangereux, nous vous conseillons"\
+ "<p>Cet itinéraire comporte des passages dangereux, nous vous conseillons"\
" de modifier votre recherche, en ajoutant par exemple un ou des points "\
- "d'etape à votre parcours pour eviter les zones de danger.</p>"
+ "d'étape à votre parcours pour éviter les zones de danger.</p>"
CHIMERE_CSV_ENCODING = 'ISO-8859-1'
@@ -283,7 +283,7 @@ except ImportError as e:
print('Unable to load local_settings.py:', e)
if CHIMERE_SEARCH_ENGINE:
- INSTALLED_APPS.insert(INSTALLED_APPS.index('south'), 'haystack')
+ INSTALLED_APPS.append('haystack')
if 'LOGGING' not in globals():
global LOGGING