poli_planning/polyclinic_scheduling/apps/RUG_template/apps.py

9 lines
266 B
Python
Raw Normal View History

2020-05-13 15:54:40 +02:00
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class RugTemplateConfig(AppConfig):
name = 'apps.RUG_template'
label = 'RUG_template'
2020-05-15 12:54:16 +02:00
verbose_name = _('RUG Template')
verbose_name_plural = _('RUG Template')