Fix migration type

This commit is contained in:
Gabriel Augendre 2021-12-30 14:20:40 +01:00
parent 25cb79000b
commit 643dc7f4a1

View file

@ -7,7 +7,7 @@ class Migration(migrations.Migration):
initial = True initial = True
dependencies: list[str] = [] dependencies: list[tuple[str, str]] = []
operations = [ operations = [
migrations.CreateModel( migrations.CreateModel(