geonode.geoapps
Subpackages
Submodules
Attributes
Classes
Base class for AppConfig notifications setup |
|
Base class for AppConfig notifications setup |
Package Contents
- class geonode.geoapps.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.
- NOTIFICATIONS
- class geonode.geoapps.GeoNodeAppsConfig[source]
Bases:
geonode.notifications_helper.NotificationsAppConfigBaseBase class for AppConfig notifications setup
You should subclass it and provide list of notifications in NOTIFICATIONS attribute to automatically register to post_migrate signal.