diff options
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" | 
