geonode.harvesting.config ========================= .. py:module:: geonode.harvesting.config .. autoapi-nested-parse:: Configuration for the harvesting app This module provides sensible default values for the harvesting app. Attributes ---------- .. autoapisummary:: geonode.harvesting.config._DEFAULT_HARVESTERS Functions --------- .. autoapisummary:: geonode.harvesting.config._get_harvester_class_paths geonode.harvesting.config.get_setting Module Contents --------------- .. py:data:: _DEFAULT_HARVESTERS :type: Final :value: ['geonode.harvesting.harvesters.geonodeharvester.GeonodeUnifiedHarvesterWorker',... .. py:function:: _get_harvester_class_paths(custom_class_paths: List[str]) -> List[str] .. py:function:: get_setting(setting_key: str) -> Any