pref: 修改 automations

This commit is contained in:
ibuler
2022-10-19 11:39:11 +08:00
parent d6e36c873d
commit 076afb2b8b
35 changed files with 3837 additions and 3412 deletions

View File

@@ -42,7 +42,7 @@ def migrate_system_role_binding(apps, schema_editor):
role_bindings.append(role_binding)
role_binding_model.objects.bulk_create(role_bindings, ignore_conflicts=True)
print("Create role binding: {}-{} using: {:.2f}s".format(
print("\tCreate role binding: {}-{} using: {:.2f}s".format(
count, count + len(users), time.time()-start
))
count += len(users)