diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:50:24 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:50:24 +0100 |
commit | 844cb180e854330d1f57dc5bd177f55fb72481ed (patch) | |
tree | 0b54c28f9c07c6496e878c124cb2b669e66ea479 /example_project | |
parent | c69950717a77550214fd696eb4822e4f8a67ee04 (diff) | |
download | Ishtar-844cb180e854330d1f57dc5bd177f55fb72481ed.tar.bz2 Ishtar-844cb180e854330d1f57dc5bd177f55fb72481ed.zip |
v0.99.8 - wheezy
Diffstat (limited to 'example_project')
-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 35bd590c8..607eb12e9 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 = 'git' +EXTRA_VERSION = 'deb' ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" |