diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 17:42:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 17:44:02 +0200 |
commit | ba62f4d18b2a2f77db5994a334cb32179160f1a5 (patch) | |
tree | a660442bf4fa1a0e5853d78dcdc0a072b0a69578 /example_project | |
parent | e91bdc6e07b218a435db38190cdfd9cef843c971 (diff) | |
download | Ishtar-ba62f4d18b2a2f77db5994a334cb32179160f1a5.tar.bz2 Ishtar-ba62f4d18b2a2f77db5994a334cb32179160f1a5.zip |
Installation script: install WeasyPrint
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/.coveragerc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/.coveragerc b/example_project/.coveragerc index 43462778f..ff9237bdd 100644 --- a/example_project/.coveragerc +++ b/example_project/.coveragerc @@ -6,4 +6,5 @@ exclude_lines = [run] omit = */migrations/* + */old_migrations/* |