parent
e8e1fc75e9
commit
b0e6f68fe2
2 changed files with 19 additions and 2 deletions
@ -0,0 +1,17 @@ |
|||||||
|
# Generated by Django 2.0.2 on 2018-02-21 09:01 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('school', '0002_schoolschedule_age'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterModelOptions( |
||||||
|
name='schoolschedule', |
||||||
|
options={'ordering': ('weekday',), 'verbose_name': 'Расписание', 'verbose_name_plural': 'Расписания'}, |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue