diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-21 17:20:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-21 17:27:41 +0200 |
commit | 359679109b59e9789a144b00dbb9901af209d833 (patch) | |
tree | 6a173bb198293c8f3387a66c9d5b6e7ff362b038 /example_project/settings.py | |
parent | 804af43c6c25f56bbe50d921ee7486f9f2b7e3ca (diff) | |
download | Ishtar-359679109b59e9789a144b00dbb9901af209d833.tar.bz2 Ishtar-359679109b59e9789a144b00dbb9901af209d833.zip |
Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 6 |
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 = [] |