diff options
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 |
commit | 6585859a8bb2743db222a0195751755fe5f10745 (patch) | |
tree | ee5e84de88e849a04a3edb18e696ae5e90ea3884 | |
parent | 0ab691e538654f5b8b39c848b122eba97fdc90aa (diff) | |
download | Ishtar-6585859a8bb2743db222a0195751755fe5f10745.tar.bz2 Ishtar-6585859a8bb2743db222a0195751755fe5f10745.zip |
Add default archaeological file prefix in settings
-rw-r--r-- | example_project/settings.py | 3 |
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 |