geonode.services.apps

Classes

ServicesAppConfig

Base class for AppConfig notifications setup

Functions

run_setup_hooks(sender, **kwargs)

Module Contents

geonode.services.apps.run_setup_hooks(sender, **kwargs)[source]
class geonode.services.apps.ServicesAppConfig[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.services'[source]
ready()[source]

Connect relevant signals to their corresponding handlers