synthea_webservice/webservice/apps/RUG_template/apps.py
2020-11-13 15:31:14 +01:00

9 lines
266 B
Python

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class RugTemplateConfig(AppConfig):
name = 'apps.RUG_template'
label = 'RUG_template'
verbose_name = _('RUG Template')
verbose_name_plural = _('RUG Template')