Fix error

This commit is contained in:
Ludovic Stephan 2019-04-12 17:03:42 +02:00
parent 209cb1fbe5
commit f32e4a9b0d

View file

@ -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 = [