summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 17:41:41 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 17:41:41 +0100
commitc69950717a77550214fd696eb4822e4f8a67ee04 (patch)
tree9597b56f1072f81e12bbae142211c030f740b90e /example_project/settings.py
parent539a6e115a438ef059fec17afa655c4892e7ef60 (diff)
parentd780b41a41127fb391ce7ad059b4aa55d632e185 (diff)
downloadIshtar-c69950717a77550214fd696eb4822e4f8a67ee04.tar.bz2
Ishtar-c69950717a77550214fd696eb4822e4f8a67ee04.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 437c75673..35bd590c8 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -29,7 +29,7 @@ STATIC_URL = '/static/'
STATIC_ROOT = ROOT_PATH + 'static/'
BASE_URL = "/"
URL_PATH = ""
-EXTRA_VERSION = ''
+EXTRA_VERSION = 'git'
ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt"