diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-19 11:49:06 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-19 11:49:06 +0200 |
| commit | f7108be6adb55f6f19a60f8f613038a2d597b758 (patch) | |
| tree | 5ea06bc5da758aacdcd347ff45c5788575f0938c /example_project/settings.py | |
| parent | 06706bfbc62c6eaaf8864d68b8bb3cfd189f0ea8 (diff) | |
| parent | 54b87741a26a2bd805ed32200b082ca07ee0e27d (diff) | |
| download | Ishtar-f7108be6adb55f6f19a60f8f613038a2d597b758.tar.bz2 Ishtar-f7108be6adb55f6f19a60f8f613038a2d597b758.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project/settings.py')
| -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" |
