Using a template.

From MyWiki
Revision as of 10:49, 19 March 2021 by George2 (Talk | contribs)

Jump to: navigation, search

Starting with the hello app on line 3 make a modification to the default route:

Replace
def index(request):
    return HttpResponse("Hello!")