From 6577a08e9f9a573e34c869c1f854772007bc1794 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 May 2012 20:29:41 +0200 Subject: Shapefile import --- settings.py | 3 +++ 1 file changed, 3 insertions(+) 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'), ) -- cgit v1.2.3