parent
ca609a013c
commit
c7d97ab50e
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,17 @@ |
||||
# Generated by Django 2.0.3 on 2018-04-24 15:25 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('school', '0014_auto_20180424_1607'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='livelesson', |
||||
options={'ordering': ('-date', 'title'), 'verbose_name': 'Урок онлайн школы', 'verbose_name_plural': 'Уроки онлайн школы'}, |
||||
), |
||||
] |
||||
Loading…
Reference in new issue