diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-19 11:28:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-19 11:28:07 +0200 |
commit | 5b3a7d60de1ee2737e91307b6f1af3196f81daef (patch) | |
tree | 1cda2030e9b4e2e4f505e8c20ec083049e710b5f /example_project | |
parent | f6a3eac249afb4e99b1d750bc20575fd86f74d8b (diff) | |
download | Ishtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.tar.bz2 Ishtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.zip |
Add versioning to CSS and JS files
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 8136fb81f..18a715577 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -28,6 +28,7 @@ STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" +EXTRA_VERSION = '' # prefix for archaeological files code FILE_PREFIX = "SRA" |