feat: 添加远程应用

This commit is contained in:
ibuler
2022-10-22 11:17:02 +08:00
parent 3e7004d784
commit 943b130035
24 changed files with 213 additions and 27 deletions

View File

@@ -15,4 +15,5 @@ class OpsConfig(AppConfig):
from .celery import signal_handler
from . import signal_handlers
from . import notifications
from . import tasks
super().ready()