From 359679109b59e9789a144b00dbb9901af209d833 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Sep 2016 17:20:36 +0200 Subject: Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile) --- example_project/settings.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'example_project') 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 = [] -- cgit v1.2.3