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 = [
|
||||
("kfet", "0054_delete_settings"),
|
||||
("contenttypes", "__latest__"),
|
||||
("auth", "__latest__"),
|
||||
("contenttypes", "0001_initial"),
|
||||
("auth", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue