def about()

in hello/views.py [0:0]


def about(request):
    """Renders the about page."""
    return render(request, "hello/about.html")