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