migrate update See merge request !22feature/fix_generate_pass
commit
d6384d13b7
2 changed files with 20 additions and 0 deletions
@ -0,0 +1,19 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.11.6 on 2018-02-18 19:10 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('courses', '0001_initial'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='topic', |
||||
options={'ordering': ('sort',), 'verbose_name': 'Тема', 'verbose_name_plural': 'Темы'}, |
||||
), |
||||
] |
||||
Loading…
Reference in new issue