diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:27:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:27:31 +0100 |
commit | c8dd8eba4546961fa154c0ae386709750fcfffb4 (patch) | |
tree | 613ea46830ed40c5b9b031ba54664f05cfe98b75 /example_project/settings.py | |
parent | c1e94dc1b8851b61bc8d697e08f8a407b5269365 (diff) | |
parent | 219a775ed06ba6e75b2a9a04af406aea3ef579bb (diff) | |
download | Ishtar-c8dd8eba4546961fa154c0ae386709750fcfffb4.tar.bz2 Ishtar-c8dd8eba4546961fa154c0ae386709750fcfffb4.zip |
Merge branch 'master' into v0.9
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" |