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 | fc243186dfaa8db03b8b761b85a6d6e32597762d (patch) | |
tree | 1cda2030e9b4e2e4f505e8c20ec083049e710b5f /example_project | |
parent | 54d6d9defc747849e39af7b18962a54e14b7007c (diff) | |
download | Ishtar-fc243186dfaa8db03b8b761b85a6d6e32597762d.tar.bz2 Ishtar-fc243186dfaa8db03b8b761b85a6d6e32597762d.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" |