parent
f3a5cfce68
commit
d4da6dd7c9
3 changed files with 48 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-08-12 13:08 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('projects', '0002_remove_portfolio_team'), |
||||
('projects', '0003_auto_20160812_1512'), |
||||
] |
||||
|
||||
operations = [ |
||||
] |
||||
@ -0,0 +1,16 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-08-12 13:07 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('users', '0008_auto_20160812_1151'), |
||||
('users', '0008_auto_20160812_1018'), |
||||
] |
||||
|
||||
operations = [ |
||||
] |
||||
@ -0,0 +1,16 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-08-12 13:08 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('work_sell', '0003_auto_20160812_1151'), |
||||
('work_sell', '0003_auto_20160812_1018'), |
||||
] |
||||
|
||||
operations = [ |
||||
] |
||||
Loading…
Reference in new issue