geonode.harvesting.config

Configuration for the harvesting app

This module provides sensible default values for the harvesting app.

Attributes

_DEFAULT_HARVESTERS

Functions

_get_harvester_class_paths(→ List[str])

get_setting(→ Any)

Module Contents

geonode.harvesting.config._DEFAULT_HARVESTERS: Final = ['geonode.harvesting.harvesters.geonodeharvester.GeonodeUnifiedHarvesterWorker',...[source]
geonode.harvesting.config._get_harvester_class_paths(custom_class_paths: List[str]) List[str][source]
geonode.harvesting.config.get_setting(setting_key: str) Any[source]