django-dbtemplates/dbtemplates/apps.py

7 lines
196 B
Python

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