diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-05-04 20:29:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-05-04 20:29:41 +0200 |
commit | 6577a08e9f9a573e34c869c1f854772007bc1794 (patch) | |
tree | 1713cef6fa0e92900b12f45cace4574fb65ba5a2 | |
parent | 39e6c310908f70c3414611bda9ed46ceacf3358d (diff) | |
download | Chimère - projet de référence-6577a08e9f9a573e34c869c1f854772007bc1794.tar.bz2 Chimère - projet de référence-6577a08e9f9a573e34c869c1f854772007bc1794.zip |
Shapefile import
-rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 71db794..b0d4188 100644 --- a/settings.py +++ b/settings.py @@ -81,6 +81,9 @@ CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL CHIMERE_OSM_USER = 'test' CHIMERE_OSM_PASSWORD = 'test' +# encoding for shapefile import +CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1' + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) |