add event mail addresses to the /events endpoints

This commit is contained in:
j3d1 2024-11-06 00:03:35 +01:00
parent f94e2d8191
commit 413a18a5d0
10 changed files with 90 additions and 13 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