Fix dependencies on migrations
parent
d1411c2409
commit
78e72c7488
|
@ -111,6 +111,7 @@ class Migration(migrations.Migration):
|
|||
dependencies = [
|
||||
('projects', '0029_project_is_looking_for_people'),
|
||||
('timeline', '0004_auto_20150603_1312'),
|
||||
('likes', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in New Issue