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

@@ -4,3 +4,6 @@ from django.apps import AppConfig
class SchedulerConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'scheduler'
def ready(self):
pass