Commit
51d3f448203343cc8b05742e93c95b119314ac85
merge migrations
| @@ -0,0 +1,16 @@ |
| @@ -0,0 +1,16 @@ |
| |
1
| +# -*- coding: utf-8 -*- |
| |
2
| +# Generated by Django 1.10 on 2016-11-17 04:57 |
| |
3
| +from __future__ import unicode_literals |
| |
4
| + |
| |
5
| +from django.db import migrations |
| |
6
| + |
| |
7
| + |
| |
8
| +class Migration(migrations.Migration): |
| |
9
| + |
| |
10
| + dependencies = [ |
| |
11
| + ('core', '0002_auto_20161115_1936'), |
| |
12
| + ('core', '0002_auto_20161117_0009'), |
| |
13
| + ] |
| |
14
| + |
| |
15
| + operations = [ |
| |
16
| + ] |
| @@ -0,0 +1,16 @@ |
| @@ -0,0 +1,16 @@ |
| |
1
| +# -*- coding: utf-8 -*- |
| |
2
| +# Generated by Django 1.10 on 2016-11-17 04:57 |
| |
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', '0002_auto_20161115_1936'), |
| |
12
| + ('courses', '0002_auto_20161117_0009'), |
| |
13
| + ] |
| |
14
| + |
| |
15
| + operations = [ |
| |
16
| + ] |
| @@ -0,0 +1,16 @@ |
| @@ -0,0 +1,16 @@ |
| |
1
| +# -*- coding: utf-8 -*- |
| |
2
| +# Generated by Django 1.10 on 2016-11-17 04:57 |
| |
3
| +from __future__ import unicode_literals |
| |
4
| + |
| |
5
| +from django.db import migrations |
| |
6
| + |
| |
7
| + |
| |
8
| +class Migration(migrations.Migration): |
| |
9
| + |
| |
10
| + dependencies = [ |
| |
11
| + ('exam', '0002_auto_20161115_1936'), |
| |
12
| + ('exam', '0002_auto_20161117_0009'), |
| |
13
| + ] |
| |
14
| + |
| |
15
| + operations = [ |
| |
16
| + ] |
1
| # -*- coding: utf-8 -*- |
1
| # -*- coding: utf-8 -*- |
2
| -<<<<<<< HEAD |
| |
3
| -# Generated by Django 1.10 on 2016-11-17 04:25 |
| |
4
| -======= |
| |
5
| - |
| |
6
| -# Generated by Django 1.10 on 2016-11-15 22:36 |
| |
7
| ->>>>>>> b869409bd7972f90e6cd67f9456afc8a04b9fce3 |
| |
8
| from __future__ import unicode_literals |
2
| from __future__ import unicode_literals |
9
| |
3
| |
10
| from decimal import Decimal |
4
| from decimal import Decimal |
| @@ -0,0 +1,16 @@ |
| @@ -0,0 +1,16 @@ |
| |
1
| +# -*- coding: utf-8 -*- |
| |
2
| +# Generated by Django 1.10 on 2016-11-17 04:57 |
| |
3
| +from __future__ import unicode_literals |
| |
4
| + |
| |
5
| +from django.db import migrations |
| |
6
| + |
| |
7
| + |
| |
8
| +class Migration(migrations.Migration): |
| |
9
| + |
| |
10
| + dependencies = [ |
| |
11
| + ('forum', '0002_auto_20161115_1936'), |
| |
12
| + ('forum', '0002_auto_20161117_0009'), |
| |
13
| + ] |
| |
14
| + |
| |
15
| + operations = [ |
| |
16
| + ] |
| @@ -0,0 +1,16 @@ |
| @@ -0,0 +1,16 @@ |
| |
1
| +# -*- coding: utf-8 -*- |
| |
2
| +# Generated by Django 1.10 on 2016-11-17 04:57 |
| |
3
| +from __future__ import unicode_literals |
| |
4
| + |
| |
5
| +from django.db import migrations |
| |
6
| + |
| |
7
| + |
| |
8
| +class Migration(migrations.Migration): |
| |
9
| + |
| |
10
| + dependencies = [ |
| |
11
| + ('poll', '0002_auto_20161115_1936'), |
| |
12
| + ('poll', '0002_auto_20161117_0009'), |
| |
13
| + ] |
| |
14
| + |
| |
15
| + operations = [ |
| |
16
| + ] |