diff options
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 |
commit | c69950717a77550214fd696eb4822e4f8a67ee04 (patch) | |
tree | 9597b56f1072f81e12bbae142211c030f740b90e /example_project/settings.py | |
parent | 539a6e115a438ef059fec17afa655c4892e7ef60 (diff) | |
parent | d780b41a41127fb391ce7ad059b4aa55d632e185 (diff) | |
download | Ishtar-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.py | 2 |
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" |