parent
d3bf1db1a2
commit
057dc2b1aa
5 changed files with 11378 additions and 11360 deletions
@ -0,0 +1,25 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.11.6 on 2018-01-12 11:23 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('access', '0003_remove_progresslesson_comment'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='progress', |
||||
name='course_token', |
||||
field=models.UUIDField(editable=False, verbose_name='Токен курса'), |
||||
), |
||||
migrations.AlterField( |
||||
model_name='progresslesson', |
||||
name='lesson_token', |
||||
field=models.UUIDField(editable=False, verbose_name='Токен урока'), |
||||
), |
||||
] |
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue