diff options
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 | 
