Notifications

Declare notifications in notifications.py. These will be detected during syncdb or migrate and available to send via the different backends.

Functions

Create Notification

notifier.shortcuts.create_notification(name, display_name=None, permissions=None, backends=None, public=True)[source]

Send Notification

notifier.shortcuts.send_notification(name, users, context=None)[source]