Translation of the apps in admin section
This commit is contained in:
parent
3074a4843d
commit
8da4ed9406
3 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class AviaryConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "aviary"
|
||||
verbose_name = _("Volieren")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue