geonode.geoserver.management.commands.importlayers ================================================== .. py:module:: geonode.geoserver.management.commands.importlayers Attributes ---------- .. autoapisummary:: geonode.geoserver.management.commands.importlayers.parser Classes ------- .. autoapisummary:: geonode.geoserver.management.commands.importlayers.Command geonode.geoserver.management.commands.importlayers.GeoNodeUploader Module Contents --------------- .. py:data:: parser .. py:class:: Command Bases: :py:obj:`django.core.management.base.BaseCommand` .. py:attribute:: help :value: 'Brings a data file or a directory full of data files into a GeoNode site. Layers are added to... .. py:method:: add_arguments(parser) .. py:method:: handle(*args, **options) .. py:class:: GeoNodeUploader(host: str, folder_path: str, username: str, password: str, call_delay: int = 10, tentatives: int = 5, **kwargs) .. py:attribute:: host .. py:attribute:: folder_path .. py:attribute:: username .. py:attribute:: password .. py:attribute:: call_delay .. py:attribute:: tentatives .. py:method:: execute()