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 | c85b462eb64db9f28ef5ea3b509f9851b2058a75 (patch) | |
tree | ee5e84de88e849a04a3edb18e696ae5e90ea3884 /example_project/settings.py | |
parent | b3b9a7e7fbcace5e5151f86b3f9ac5dacb2ca613 (diff) | |
download | Ishtar-c85b462eb64db9f28ef5ea3b509f9851b2058a75.tar.bz2 Ishtar-c85b462eb64db9f28ef5ea3b509f9851b2058a75.zip |
Add default archaeological file prefix in settings
Diffstat (limited to 'example_project/settings.py')
-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 |