summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-10-29 21:23:16 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-10-29 21:26:32 +0100
commit46c62fbab9959af12bfab844938879d3966dae42 (patch)
tree2f54c1784705b4ec40a9d4bb83e2faa6b7b68fd1 /example_project
parentdc6585e68edf196e3ee128c5c7f489d1cbd77060 (diff)
downloadIshtar-46c62fbab9959af12bfab844938879d3966dae42.tar.bz2
Ishtar-46c62fbab9959af12bfab844938879d3966dae42.zip
Add global variables (+admin) - implement an easier ooo parsing (refs #2111)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index d276ef6bf..27b040874 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -121,7 +121,7 @@ INSTALLED_APPS = [
'django.contrib.formtools',
'south',
'registration',
- #'geodjangofla',
+ 'geodjangofla',
'ishtar_common',
'archaeological_operations', # mandatory app to run ishtar
#'django_extensions',
@@ -174,6 +174,7 @@ LOGGING = {'version': 1,
# Ishtar custom
SRID = 27572
ENCODING = 'windows-1252'
+ALT_ENCODING = 'ISO-8859-15'
APP_NAME = "SRA - Pays de la Loire"
SURFACE_UNIT = 'square-metre'
SURFACE_UNIT_LABEL = u'm²'