parent
08b4a28e6e
commit
32e76a32a8
3 changed files with 25 additions and 2 deletions
@ -0,0 +1,23 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.11.6 on 2018-03-23 17:43 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('courses', '0005_auto_20180222_1911'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RemoveField( |
||||||
|
model_name='topic', |
||||||
|
name='description', |
||||||
|
), |
||||||
|
migrations.RemoveField( |
||||||
|
model_name='topic', |
||||||
|
name='icon', |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue