init commit

This commit is contained in:
Jens Kadenbach 2019-09-05 10:37:43 +02:00
commit 6da103b148
128 changed files with 3959 additions and 0 deletions

5
.coveragerc Normal file
View file

@ -0,0 +1,5 @@
[run]
include = schickmacher/*
omit = *migrations*, *tests*
plugins =
django_coverage_plugin