feat(core): Enable AuditHistory signal to start when apps are ready

ref: #772 #759
This commit is contained in:
2025-05-25 09:04:20 +09:30
parent bc1f12c47f
commit 35a46c90d3

View File

@ -8,3 +8,4 @@ class CoreConfig(AppConfig):
def ready(self):
import core.models.meta
from core.signal import audit_history