geonode.layers ============== .. py:module:: geonode.layers Subpackages ----------- .. toctree:: :maxdepth: 1 /autoapi/geonode/layers/api/index /autoapi/geonode/layers/management/index /autoapi/geonode/layers/templatetags/index Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geonode/layers/admin/index /autoapi/geonode/layers/download_handler/index /autoapi/geonode/layers/enumerations/index /autoapi/geonode/layers/forms/index /autoapi/geonode/layers/metadata/index /autoapi/geonode/layers/models/index /autoapi/geonode/layers/populate_datasets_data/index /autoapi/geonode/layers/search_indexes/index /autoapi/geonode/layers/tasks/index /autoapi/geonode/layers/tests/index /autoapi/geonode/layers/translation/index /autoapi/geonode/layers/urls/index /autoapi/geonode/layers/utils/index /autoapi/geonode/layers/views/index Attributes ---------- .. autoapisummary:: geonode.layers.default_app_config Classes ------- .. autoapisummary:: geonode.layers.NotificationsAppConfigBase geonode.layers.DatasetAppConfig 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:: DatasetAppConfig 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.layers' .. py:attribute:: verbose_name :value: 'Dataset' .. py:attribute:: verbose_name_plural :value: 'Datasets' .. py:attribute:: NOTIFICATIONS .. py:data:: default_app_config :value: 'geonode.layers.DatasetAppConfig'