Merge branch 'guntherweissenbaeck/issue63'
This commit is contained in:
commit
8c27709802
17 changed files with 199 additions and 4 deletions
8
app/contact/apps.py
Normal file
8
app/contact/apps.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class ContactConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "contact"
|
||||
verbose_name = _("Kontakte")
|
Loading…
Add table
Add a link
Reference in a new issue