forked from DGNum/gestioCOF
Fix error
This commit is contained in:
parent
209cb1fbe5
commit
f32e4a9b0d
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("kfet", "0054_delete_settings"),
|
("kfet", "0054_delete_settings"),
|
||||||
("contenttypes", "__latest__"),
|
("contenttypes", "0001_initial"),
|
||||||
("auth", "__latest__"),
|
("auth", "0001_initial"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue