Ejemplo n.º 1
0
def publish_service(request, pk):
    create_record.delay(pk)
    return redirect('services')
Ejemplo n.º 2
0
def publish_service(request, pk):
    """
    Publish the service records to the csw catalog
    """
    create_record.delay(pk)
    return redirect('services')
Ejemplo n.º 3
0
def publish_service(request, pk):
    """
    Publish the service records to the csw catalog
    """
    create_record.delay(pk)
    return redirect('services')