From c85b462eb64db9f28ef5ea3b509f9851b2058a75 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 27 Dec 2015 11:37:48 +0100 Subject: Add default archaeological file prefix in settings --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 3df329228..a5db9ecc3 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -25,6 +25,9 @@ STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" +# prefix for archaeological files code +FILE_PREFIX = "SRA" + ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH -- cgit v1.2.3