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

@@ -30,7 +30,7 @@ def init_user_msg_subscription(apps, schema_editor):
to_create.append(UserMsgSubscription(user=user, receive_backends=receive_backends))
UserMsgSubscription.objects.bulk_create(to_create)
print(f'\n Init user message subscription: {len(to_create)}')
print(f'\n\tInit user message subscription: {len(to_create)}')
class Migration(migrations.Migration):