management.signalsΒΆ
Django signals for the management app.
Module ContentsΒΆ
- management.signals.initialize_notification_scheduling(sender, **kwargs)[source]ΒΆ
Initialize notification scheduling after database migrations.
This signal handler runs after migrations are applied and ensures that notification checking is scheduled to begin automatically.
- Parameters:
sender (object) β The app config that triggered the migration.
**kwargs (dict[str, object]) β Additional keyword arguments from the signal.
- Return type:
None