fixed the naming conventions of the function that maps requests to corresponding views.

parent e292a4a5
Pipeline #2722 failed with stages
from django.http import HttpResponse
def index(request):
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