def home()

in opbeans/views.py [0:0]


def home(request):
    with elasticapm.capture_span("hard-home-work"):
        time.sleep(random.random() / 2.0)
    return render(request, "index.html")