fix migrations order

This commit is contained in:
Aurélien Delobelle 2017-04-03 21:01:36 +02:00
parent 921dce1f35
commit 7384465cbd

View file

@ -36,7 +36,7 @@ def adapt_settings(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('kfet', '0050_remove_checkout'),
('kfet', '0051_verbose_names'),
('djconfig', '0001_initial'),
]