magic_notifier.pusher

Module Contents

Classes

Pusher

:param subject:The subject of the notification

Attributes

logger

magic_notifier.pusher.logger
class magic_notifier.pusher.Pusher(subject, receivers: list, template: str, context: dict, **kwargs)

:param subject:The subject of the notification :param receivers: The user list of receivers :param template: The template to use :param context:The context to pass to the template :param kwargs:

send()
_send()