geonode.geoapps

Subpackages

Submodules

Attributes

default_app_config

Classes

NotificationsAppConfigBase

Base class for AppConfig notifications setup

GeoNodeAppsConfig

Base class for AppConfig notifications setup

Package Contents

class geonode.geoapps.NotificationsAppConfigBase[source]

Bases: django.apps.AppConfig

Base 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
_get_logger()[source]
_register_notifications(*args, **kwargs)[source]
ready()[source]
class geonode.geoapps.GeoNodeAppsConfig[source]

Bases: geonode.notifications_helper.NotificationsAppConfigBase

Base class for AppConfig notifications setup

You should subclass it and provide list of notifications in NOTIFICATIONS attribute to automatically register to post_migrate signal.

name = 'geonode.geoapps'[source]
type = 'GEONODE_APP'[source]
NOTIFICATIONS[source]
geonode.geoapps.default_app_config = 'geonode.geoapps.GeoNodeAppsConfig'[source]