geonode.geoapps =============== .. py:module:: geonode.geoapps Subpackages ----------- .. toctree:: :maxdepth: 1 /autoapi/geonode/geoapps/api/index Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geonode/geoapps/admin/index /autoapi/geonode/geoapps/forms/index /autoapi/geonode/geoapps/models/index /autoapi/geonode/geoapps/tests/index /autoapi/geonode/geoapps/translation/index /autoapi/geonode/geoapps/urls/index /autoapi/geonode/geoapps/views/index Attributes ---------- .. autoapisummary:: geonode.geoapps.default_app_config Classes ------- .. autoapisummary:: geonode.geoapps.NotificationsAppConfigBase geonode.geoapps.GeoNodeAppsConfig Package Contents ---------------- .. py:class:: NotificationsAppConfigBase Bases: :py:obj:`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. .. py:attribute:: NOTIFICATIONS .. py:method:: _get_logger() .. py:method:: _register_notifications(*args, **kwargs) .. py:method:: ready() .. py:class:: GeoNodeAppsConfig 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.geoapps' .. py:attribute:: type :value: 'GEONODE_APP' .. py:attribute:: NOTIFICATIONS .. py:data:: default_app_config :value: 'geonode.geoapps.GeoNodeAppsConfig'