geonode.documents

Subpackages

Submodules

Attributes

default_app_config

Classes

NotificationsAppConfigBase

Base class for AppConfig notifications setup

DocumentsAppConfig

Base class for AppConfig notifications setup

Package Contents

class geonode.documents.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.documents.DocumentsAppConfig[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.documents'[source]
NOTIFICATIONS[source]
geonode.documents.default_app_config = 'geonode.documents.DocumentsAppConfig'[source]