summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:52:55 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:52:55 +0200
commitbf39c1da4b557d4ea61f958122de126b2b293e91 (patch)
tree13aff4db4990b14df4ace597bcdd19659d998b59 /example_project/settings.py
parent07758f807452bb324648017fb82b97f847fbc871 (diff)
parentedbae6181a5ba7284b7faba927ccd5b6e59b9b98 (diff)
downloadIshtar-bf39c1da4b557d4ea61f958122de126b2b293e91.tar.bz2
Ishtar-bf39c1da4b557d4ea61f958122de126b2b293e91.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 9d3a9b46b..128befe5a 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -30,9 +30,6 @@ BASE_URL = "/"
URL_PATH = ""
EXTRA_VERSION = ''
-# prefix for archaeological files code
-FILE_PREFIX = "SRA"
-
ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt"
LOGIN_REDIRECT_URL = "/" + URL_PATH
@@ -218,12 +215,9 @@ ISHTAR_PERIODS = {}
ISHTAR_PERMIT_TYPES = {}
ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"}
-ISHTAR_LOCAL_PREFIX = "SRA"
-
ISHTAR_DPTS = []
OP_PREFIX = 'OP'
-FILE_PREFIX = 'SRA'
PRE_APPS = []
EXTRA_APPS = []