parent
15a63e0c75
commit
acca5da39d
12 changed files with 170 additions and 1 deletions
8
app/sendemail/apps.py
Normal file
8
app/sendemail/apps.py
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue