summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-27 11:37:48 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-27 11:37:48 +0100
commit6585859a8bb2743db222a0195751755fe5f10745 (patch)
treeee5e84de88e849a04a3edb18e696ae5e90ea3884 /example_project
parent0ab691e538654f5b8b39c848b122eba97fdc90aa (diff)
downloadIshtar-6585859a8bb2743db222a0195751755fe5f10745.tar.bz2
Ishtar-6585859a8bb2743db222a0195751755fe5f10745.zip
Add default archaeological file prefix in settings
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 3 insertions, 0 deletions
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