FallenBirdyForm/app/costs/apps.py
2023-07-13 23:00:39 +02:00

8 lines
228 B
Python

from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class CostsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'costs'
verbose_name = _("Kosten")