magic_notifier.pusher
Module Contents
Classes
:param subject:The subject of the notification |
Attributes
- 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()