forked from DGNum/gestioCOF
update migrations order
This commit is contained in:
parent
784ba9bd10
commit
457ee64004
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', '0051_verbose_names'),
|
('kfet', '0053_created_at'),
|
||||||
('djconfig', '0001_initial'),
|
('djconfig', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue