geonode.geoserver.management.commands.find_geoserver_broken_layers

Classes

Command

Functions

is_gs_resource_valid(layer)

Module Contents

geonode.geoserver.management.commands.find_geoserver_broken_layers.is_gs_resource_valid(layer)[source]
class geonode.geoserver.management.commands.find_geoserver_broken_layers.Command[source]

Bases: django.core.management.base.BaseCommand

help = 'Find GeoNode layers with a missing GeoServer resource'[source]
add_arguments(parser)[source]
handle(**options)[source]