summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-16 04:24:05 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commit9ca3684e3edd18ac3e79426f019b9d0df6ad9067 (patch)
tree7305448c5f1917ee966f58a97ecb90d442fe5413 /example_project
parentd580a4797ef5831a2151a5d481d65a161cd024f9 (diff)
downloadIshtar-9ca3684e3edd18ac3e79426f019b9d0df6ad9067.tar.bz2
Ishtar-9ca3684e3edd18ac3e79426f019b9d0df6ad9067.zip
Modify short label of archaeological files and operations (refs #2285)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 618c817df..5611be911 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -190,6 +190,9 @@ ISHTAR_DOC_TYPES = {u"undefined":u"Undefined"}
ISHTAR_DPTS = []
+OP_PREFIX = 'OP'
+FILE_PREFIX = 'SRA'
+
PRE_APPS = []
EXTRA_APPS = []