forked from DGNum/gestioCOF
fix migrations order
This commit is contained in:
parent
921dce1f35
commit
7384465cbd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def adapt_settings(apps, schema_editor):
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0050_remove_checkout'),
|
('kfet', '0051_verbose_names'),
|
||||||
('djconfig', '0001_initial'),
|
('djconfig', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue