summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py3
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'),
)