from django.http import HttpResponse


def index(request):
    return HttpResponse("This is here because you expect it to be, serves no other purpose.")