First version
This commit is contained in:
8
polyclinic_scheduling/apps/schedule/apps.py
Normal file
8
polyclinic_scheduling/apps/schedule/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
class ScheduleConfig(AppConfig):
|
||||
name = 'apps.schedule'
|
||||
label = 'schedule'
|
||||
verbose_name = _('Schedule')
|
||||
verbose_name_plural = _('Schedules')
|
||||
Reference in New Issue
Block a user