diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-25 01:47:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-25 01:47:07 +0200 |
commit | da0ffe1d744e3b6095aa4a4781b7ea05fbb648dc (patch) | |
tree | 6225653e33b978f9ff97aed0ef6030357db32985 /settings.py | |
parent | 7632854703c36a84a77a89a89a9670a798d42080 (diff) | |
download | Chimère - projet Saclay-da0ffe1d744e3b6095aa4a4781b7ea05fbb648dc.tar.bz2 Chimère - projet Saclay-da0ffe1d744e3b6095aa4a4781b7ea05fbb648dc.zip |
Add map_params template to manage marker hover
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index a51ab78..1fdee6b 100644 --- a/settings.py +++ b/settings.py @@ -106,6 +106,8 @@ CHIMERE_SHORT_DESC_LENGTH = 400 CHIMERE_MODIF_EMAIL = _(u"""Hello, I would like to propose you a modification about this item: """) +CHIMERE_CSV_ENCODING = 'ISO-8859-1' + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) |