geonode.notifications_helper
Attributes
Classes
Base class for AppConfig notifications setup |
Functions
|
|
|
Simple wrapper around notifications.model send(). |
|
Simple wrapper around notifications.model send(). |
|
|
|
Get notification recipients |
Module Contents
- class geonode.notifications_helper.NotificationsAppConfigBase[source]
Bases:
django.apps.AppConfigBase class for AppConfig notifications setup
You should subclass it and provide list of notifications in NOTIFICATIONS attribute to automatically register to post_migrate signal.
- geonode.notifications_helper.send_now_notification(*args, **kwargs)[source]
Simple wrapper around notifications.model send(). This can be called safely if notifications are not installed.