diff options
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 |
commit | 122742da86101e607749a0ad477dd0a70168f674 (patch) | |
tree | 7305448c5f1917ee966f58a97ecb90d442fe5413 /example_project/settings.py | |
parent | 0c00240278777e21c9c280d40ab23c083d935402 (diff) | |
download | Ishtar-122742da86101e607749a0ad477dd0a70168f674.tar.bz2 Ishtar-122742da86101e607749a0ad477dd0a70168f674.zip |
Modify short label of archaeological files and operations (refs #2285)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 3 |
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 = [] |