summaryrefslogtreecommitdiff
path: root/example_project/settings.py
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
commit827c268c089cb0591e5adb94cd0d661ef1e71a49 (patch)
tree2f54c1784705b4ec40a9d4bb83e2faa6b7b68fd1 /example_project/settings.py
parentebf87a7cc0d21034c387bc2eff85323c63c49680 (diff)
downloadIshtar-827c268c089cb0591e5adb94cd0d661ef1e71a49.tar.bz2
Ishtar-827c268c089cb0591e5adb94cd0d661ef1e71a49.zip
Add global variables (+admin) - implement an easier ooo parsing (refs #2111)
Diffstat (limited to 'example_project/settings.py')
-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²'