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.
21 lines
666 B
21 lines
666 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-03-22 18:52
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('courses', '0003_auto_20160322_1852'),
|
|
('journals', '0003_auto_20160322_1359'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='teacherj',
|
|
name='opens',
|
|
field=models.ManyToManyField(blank=True, to='courses.CourseMap', verbose_name='\u041d\u0430\u0441\u0438\u043b\u044c\u043d\u044b\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f'),
|
|
),
|
|
]
|
|
|