From 122742da86101e607749a0ad477dd0a70168f674 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Feb 2015 04:24:05 +0100 Subject: Modify short label of archaeological files and operations (refs #2285) --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project/settings.py') 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 = [] -- cgit v1.2.3