You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
471 B
17 lines
471 B
# 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': 'Уроки онлайн школы'},
|
|
),
|
|
]
|
|
|