Commit 5b851846 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Created a function that displays the home page

parents
from django.http import HttpResponse
def indexHomepage(request):
return HttpResponse("Welcome to Enzo's Music Library!")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment