poli_planning/polyclinic_scheduling/apps/employee/migrations/0002_auto_20200518_0902.py

18 lines
379 B
Python
Raw Normal View History

2020-05-18 11:03:59 +02:00
# Generated by Django 3.0.6 on 2020-05-18 09:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('employee', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='employee',
options={'verbose_name': 'employee', 'verbose_name_plural': 'employees'},
),
]