parent
7d561b46c7
commit
6304b2e513
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 2.0.1 on 2018-01-29 09:44 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('course', '0004_auto_20180128_1311'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='course', |
||||||
|
name='from_author', |
||||||
|
field=models.TextField(default='', verbose_name='От автора'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue