geonode.maps ============ .. py:module:: geonode.maps Subpackages ----------- .. toctree:: :maxdepth: 1 /autoapi/geonode/maps/api/index /autoapi/geonode/maps/management/index /autoapi/geonode/maps/utils/index Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geonode/maps/admin/index /autoapi/geonode/maps/contants/index /autoapi/geonode/maps/forms/index /autoapi/geonode/maps/models/index /autoapi/geonode/maps/search_indexes/index /autoapi/geonode/maps/signals/index /autoapi/geonode/maps/tests/index /autoapi/geonode/maps/tests_populate_maplayers/index /autoapi/geonode/maps/translation/index /autoapi/geonode/maps/urls/index /autoapi/geonode/maps/views/index Attributes ---------- .. autoapisummary:: geonode.maps.default_app_config Classes ------- .. autoapisummary:: geonode.maps.NotificationsAppConfigBase geonode.maps.MapsAppConfig 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:: MapsAppConfig 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.maps' .. py:attribute:: NOTIFICATIONS .. py:data:: default_app_config :value: 'geonode.maps.MapsAppConfig'