Automatische Meldung an UNB

Fixes #26
This commit is contained in:
Gunther Weissenbaeck 2024-02-06 00:13:14 +01:00
parent 15a63e0c75
commit acca5da39d
12 changed files with 170 additions and 1 deletions

8
app/sendemail/apps.py Normal file
View file

@ -0,0 +1,8 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class SendemailConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "sendemail"
verbose_name = _("Untere Naturschutzbehörde")