perf: 修改日志清理

This commit is contained in:
ibuler
2023-02-16 18:32:04 +08:00
parent 9e6b01283d
commit 0c30e509dc
11 changed files with 89 additions and 82 deletions

3
apps/settings/signals.py Normal file
View File

@@ -0,0 +1,3 @@
from django.dispatch import Signal
category_setting_updated = Signal(providing_args=('category', 'serializer'))