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 | a3a59a6c4aae5f5543858a526f73d7f16599477c (patch) | |
tree | 6a173bb198293c8f3387a66c9d5b6e7ff362b038 /example_project | |
parent | b8a90917c5fb5481faeebad05171ecd5cd4b7da8 (diff) | |
download | Ishtar-a3a59a6c4aae5f5543858a526f73d7f16599477c.tar.bz2 Ishtar-a3a59a6c4aae5f5543858a526f73d7f16599477c.zip |
Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile)
Diffstat (limited to 'example_project')
-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 = [] |