management.signals ================== .. py:module:: management.signals .. autoapi-nested-parse:: Django signals for the management app. Module Contents --------------- .. py:data:: logger .. py:function:: initialize_notification_scheduling(sender, **kwargs) Initialize notification scheduling after database migrations. This signal handler runs after migrations are applied and ensures that notification checking is scheduled to begin automatically. :param sender: The app config that triggered the migration. :param \*\*kwargs: Additional keyword arguments from the signal.