Adjustements everywhere

This commit is contained in:
2023-01-26 14:58:16 +01:00
parent ac744604ed
commit 012c80d29e
13 changed files with 125 additions and 59 deletions

View File

@@ -19,7 +19,7 @@ async def handle_migration(args):
content = json.load(f)
for r in content:
obj = m(**r)
obj.save()
await obj.save()
elif args.action == "export-fixtures":
for m in models: