summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-25 12:11:37 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-25 12:11:37 +0100
commitc4396d12a46c533428258105e47578a2be43251b (patch)
tree29d18903e39024ac46daf27eb2322a44252cd6ef /example_project
parent930a01ef1ca7061a45486e6fc2373c7f2d10647f (diff)
downloadIshtar-c4396d12a46c533428258105e47578a2be43251b.tar.bz2
Ishtar-c4396d12a46c533428258105e47578a2be43251b.zip
Operations: bulk update of context records (refs #3472)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 35bd590c8..16b982fa2 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -214,6 +214,8 @@ APP_NAME = "SRA - Pays de la Loire"
SURFACE_UNIT = 'square-metre'
SURFACE_UNIT_LABEL = u'm²'
JOINT = u" | "
+ISHTAR_OPE_PREFIX = u"OA"
+ISHTAR_DEF_OPE_PREFIX = u"OP"
ISHTAR_OPE_COL_FORMAT = None
# DB key: (txt_idx, label)
ISHTAR_OPE_TYPES = {}
@@ -224,8 +226,6 @@ ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"}
ISHTAR_DPTS = []
-OP_PREFIX = 'OP'
-
PRE_APPS = []
EXTRA_APPS = []