Add active field to ScheduleProfile and implement signals for status updates

This commit is contained in:
Eduardo Silva
2026-02-04 16:02:56 -03:00
parent 1db04a222f
commit 24712956a3
6 changed files with 59 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ INSTALLED_APPS = [
'cluster',
'api',
'routing_templates',
'scheduler'
'scheduler.apps.SchedulerConfig'
]
MIDDLEWARE = [