Commit 6478a6ca67959cca4fde85f70743beaec3b72436
1 parent
f6bc612b
Exists in
master
and in
5 other branches
Fix conflit
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,16 @@ |
1 | +# -*- coding: utf-8 -*- | |
2 | +# Generated by Django 1.10 on 2016-09-16 05:55 | |
3 | +from __future__ import unicode_literals | |
4 | + | |
5 | +from django.db import migrations | |
6 | + | |
7 | + | |
8 | +class Migration(migrations.Migration): | |
9 | + | |
10 | + dependencies = [ | |
11 | + ('courses', '0013_auto_20160916_0001'), | |
12 | + ('courses', '0013_auto_20160916_0126'), | |
13 | + ] | |
14 | + | |
15 | + operations = [ | |
16 | + ] | ... | ... |