First version

This commit is contained in:
2020-05-13 15:54:40 +02:00
parent b26ed98cd4
commit a4c55565ec
69 changed files with 2899 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class PolyclinicConfig(AppConfig):
name = 'apps.polyclinic'
label = 'polyclinic'
verbose_name = _('Polyclinic')
verbose_name_plural = _('Polyclinics')