geonode.services.management.commands.upgradeservices

Attributes

logger

Classes

Command

Module Contents

geonode.services.management.commands.upgradeservices.logger[source]
class geonode.services.management.commands.upgradeservices.Command[source]

Bases: django.core.management.base.BaseCommand

help = Multiline-String[source]
Show Value
"""
    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.
    """
add_arguments(parser)[source]
handle(*args, console=sys.stdout, **options)[source]