geonode.geoserver

Subpackages

Submodules

Attributes

logger

default_app_config

BACKEND_PACKAGE

Classes

NotificationsAppConfigBase

Base class for AppConfig notifications setup

GeoserverAppConfig

Base class for AppConfig notifications setup

Functions

run_setup_hooks(*args, **kwargs)

set_resource_links(*args, **kwargs)

Package Contents

class geonode.geoserver.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]
geonode.geoserver.logger[source]
geonode.geoserver.run_setup_hooks(*args, **kwargs)[source]
class geonode.geoserver.GeoserverAppConfig[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.geoserver'[source]
NOTIFICATIONS[source]
ready()[source]
geonode.geoserver.default_app_config = 'geonode.geoserver.GeoserverAppConfig'[source]
geonode.geoserver.BACKEND_PACKAGE = 'geonode.geoserver'[source]