geonode.services.apps ===================== .. py:module:: geonode.services.apps Classes ------- .. autoapisummary:: geonode.services.apps.ServicesAppConfig Functions --------- .. autoapisummary:: geonode.services.apps.run_setup_hooks Module Contents --------------- .. py:function:: run_setup_hooks(sender, **kwargs) .. py:class:: ServicesAppConfig Bases: :py:obj:`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. .. py:attribute:: name :value: 'geonode.services' .. py:method:: ready() Connect relevant signals to their corresponding handlers