geonode.services.management.commands.upgradeservices ==================================================== .. py:module:: geonode.services.management.commands.upgradeservices Attributes ---------- .. autoapisummary:: geonode.services.management.commands.upgradeservices.logger Classes ------- .. autoapisummary:: geonode.services.management.commands.upgradeservices.Command Module Contents --------------- .. py:data:: logger .. py:class:: Command Bases: :py:obj:`django.core.management.base.BaseCommand` .. py:attribute:: help :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ This management command is meant to be used on old Remote Services not relying on Harvesters. The command will try to align the old Datasets linked to the Remote Service with the ones available from the Harvester. WARNING: The procedure may take some time. """ .. raw:: html
.. py:method:: add_arguments(parser) .. py:method:: handle(*args, console=sys.stdout, **options)