diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-30 10:23:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-30 10:23:12 +0100 |
commit | 11c428fdd9b68c8255f1aeb6890628425a5d8898 (patch) | |
tree | d81c85d1b433ed3c0a658f95b1841784789e7c8a /example_project | |
parent | d71ab9b6f0efc1ec27cc4dcafdad1f3119a2566a (diff) | |
parent | 47743d97e01345b7e39a18541100a020f6cfd94d (diff) | |
download | Ishtar-11c428fdd9b68c8255f1aeb6890628425a5d8898.tar.bz2 Ishtar-11c428fdd9b68c8255f1aeb6890628425a5d8898.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 0c6be079e..1b0f6baea 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -220,6 +220,7 @@ LOGGING = { # Ishtar custom SRID = 27572 +SURFACE_SRID = 2154 ENCODING = 'windows-1252' ALT_ENCODING = 'ISO-8859-15' APP_NAME = "SRA - Pays de la Loire" |