summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 15:04:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 15:04:54 +0100
commit0d92edb36686143dd8d6215124a0b0b07571361f (patch)
tree53568d3d5b0e1a8654eb576ca029386fc2ed28ac /example_project
parentbab3c13573659f187fbe56bd7823aece54373aa4 (diff)
downloadIshtar-0d92edb36686143dd8d6215124a0b0b07571361f.tar.bz2
Ishtar-0d92edb36686143dd8d6215124a0b0b07571361f.zip
Display version on footer
Diffstat (limited to 'example_project')
-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"