Added a function that returns a welcome message in the Homepage

parent 9f1efbd4
from django.http import HttpResponse
def homepageIndex(request):
return HttpResponse('Welcome to Lance\'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