This commit is contained in:
j3d1 2024-06-26 18:42:56 +02:00
parent f9409bb823
commit 5e6030e715
39 changed files with 1048 additions and 64 deletions

14
core/.coveragerc Normal file
View file

@ -0,0 +1,14 @@
[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
core/asgi.py
core/wsgi.py
core/settings.py
manage.py