Starting with the hello app on line 3 make a modification to the default route:
def index(request): return HttpResponse("Hello!")