diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:27:31 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 17:27:31 +0100 |
| commit | c8dd8eba4546961fa154c0ae386709750fcfffb4 (patch) | |
| tree | 613ea46830ed40c5b9b031ba54664f05cfe98b75 /example_project | |
| parent | c1e94dc1b8851b61bc8d697e08f8a407b5269365 (diff) | |
| parent | 219a775ed06ba6e75b2a9a04af406aea3ef579bb (diff) | |
| download | Ishtar-c8dd8eba4546961fa154c0ae386709750fcfffb4.tar.bz2 Ishtar-c8dd8eba4546961fa154c0ae386709750fcfffb4.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/.coveragerc | 9 | ||||
| -rw-r--r-- | example_project/settings.py | 2 |
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" |
