synthea_webservice/webservice/apps/RUG_template/apps.py

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')