Commit 6ae1c6b1 authored by Alliyah Marcelo's avatar Alliyah Marcelo

Configured views so that it will show the homepage's contents.

parent 790c5246
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse('Welcome to Alliyah’s Music Library!')
\ No newline at end of file
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