parent
80caafc738
commit
0e4780db0c
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.11.6 on 2018-05-15 18:57 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('courses', '0011_auto_20180514_1851'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='course', |
||||||
|
name='producer', |
||||||
|
field=models.CharField(choices=[('skillbox', 'skillbox'), ('Ingate', 'Ingate'), ('AIC', 'AIC')], default='skillbox', max_length=15, verbose_name='Производитель'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue