summaryrefslogtreecommitdiff
path: root/example_project/settings.py
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
commit816cfb27666ebf73dcda4d316a5064b132af8981 (patch)
tree53568d3d5b0e1a8654eb576ca029386fc2ed28ac /example_project/settings.py
parentce8877d1553978574ea16f2204dd089183ded45e (diff)
downloadIshtar-816cfb27666ebf73dcda4d316a5064b132af8981.tar.bz2
Ishtar-816cfb27666ebf73dcda4d316a5064b132af8981.zip
Display version on footer
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"