summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
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 = []