geonode.layers
Subpackages
Submodules
- geonode.layers.admin
- geonode.layers.download_handler
- geonode.layers.enumerations
- geonode.layers.forms
- geonode.layers.metadata
- geonode.layers.models
- geonode.layers.populate_datasets_data
- geonode.layers.search_indexes
- geonode.layers.tasks
- geonode.layers.tests
- geonode.layers.translation
- geonode.layers.urls
- geonode.layers.utils
- geonode.layers.views
Attributes
Classes
Base class for AppConfig notifications setup |
|
Base class for AppConfig notifications setup |
Package Contents
- class geonode.layers.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.layers.DatasetAppConfig[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.