django-dbtemplates/dbtemplates/apps.py
2025-02-07 22:41:58 +01:00

7 lines
195 B
Python

from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class DBTemplatesConfig(AppConfig):
name = 'dbtemplates'
verbose_name = _('Database templates')