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