diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 13:54:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 14:01:49 +0100 |
commit | dd96596c0c7ea22c7b4c637e8a53401d1c79cea2 (patch) | |
tree | c45999a94fe8f25d40385a2665620c04a7bd2b8e /example_project/settings.py | |
parent | e46c9bf152d11a77207985a2a2d5b781ab48c49e (diff) | |
download | Ishtar-dd96596c0c7ea22c7b4c637e8a53401d1c79cea2.tar.bz2 Ishtar-dd96596c0c7ea22c7b4c637e8a53401d1c79cea2.zip |
Sheets: add ishtar ID (refs #3517)
Diffstat (limited to 'example_project/settings.py')
-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 b19867662..efbf0297a 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -214,6 +214,7 @@ APP_NAME = "SRA - Pays de la Loire" SURFACE_UNIT = 'square-metre' SURFACE_UNIT_LABEL = u'm²' JOINT = u" | " +ISHTAR_FILE_PREFIX = u"" ISHTAR_OPE_PREFIX = u"OA" ISHTAR_DEF_OPE_PREFIX = u"OP" # string len of find indexes - i.e: find with index 42 will be 00042 |