geonode.catalogue ================= .. py:module:: geonode.catalogue .. autoapi-nested-parse:: Tools for managing a Catalogue Service for the Web (CSW) Subpackages ----------- .. toctree:: :maxdepth: 1 /autoapi/geonode/catalogue/backends/index /autoapi/geonode/catalogue/metadataxsl/index Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geonode/catalogue/apps/index /autoapi/geonode/catalogue/models/index /autoapi/geonode/catalogue/tests/index /autoapi/geonode/catalogue/urls/index /autoapi/geonode/catalogue/views/index Attributes ---------- .. autoapisummary:: geonode.catalogue.default_app_config geonode.catalogue.DEFAULT_CATALOGUE_ALIAS Functions --------- .. autoapisummary:: geonode.catalogue.load_backend geonode.catalogue.default_catalogue_backend geonode.catalogue.get_catalogue Package Contents ---------------- .. py:data:: default_app_config :value: 'geonode.catalogue.apps.GeoNodeCatalogueAppConfig' .. py:data:: DEFAULT_CATALOGUE_ALIAS :value: 'default' .. py:function:: load_backend(backend_name) Load a Catalogue backend .. py:function:: default_catalogue_backend() Get the default backend .. py:function:: get_catalogue(backend=None, skip_caps=True) Returns a catalogue object.