perf: 优化并发处理

This commit is contained in:
ibuler
2023-02-09 20:48:25 +08:00
parent e590518108
commit 37a52c420f
26 changed files with 274 additions and 416 deletions

View File

@@ -1,4 +1,5 @@
from django.db.models.signals import pre_save, post_save
from django.db.models.signals import post_save
from django.db.models.signals import pre_save
from django.dispatch import receiver
from assets.models import Asset