management.signalsΒΆ

Django signals for the management app.

Module ContentsΒΆ

management.signals.logger[source]ΒΆ
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