summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:32:04 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:32:04 +0200
commit54b87741a26a2bd805ed32200b082ca07ee0e27d (patch)
tree70302bf14268e6374fb1faf0438db01e57db01ae /example_project/settings.py
parent0ca23dab03f240b8e960b417aed4451c10b51402 (diff)
parentac1c36d915d54ad4bef873a313fe04e2935c1fad (diff)
downloadIshtar-54b87741a26a2bd805ed32200b082ca07ee0e27d.tar.bz2
Ishtar-54b87741a26a2bd805ed32200b082ca07ee0e27d.zip
Merge branch 'master' into v0.9
Conflicts: CHANGES.txt version.py
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
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"