summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/.coveragerc9
-rw-r--r--example_project/settings.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/example_project/.coveragerc b/example_project/.coveragerc
new file mode 100644
index 000000000..43462778f
--- /dev/null
+++ b/example_project/.coveragerc
@@ -0,0 +1,9 @@
+[report]
+show_missing = True
+exclude_lines =
+ pragma: no cover
+ raise NotImplementedError
+[run]
+omit =
+ */migrations/*
+
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"