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