Commit da17d647 authored by Lay Villanueva's avatar Lay Villanueva

Modified views.py

Adds a message on the homepage that will be displayed when the website is accessed
parent 00606183
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse
# Create your views here. # Create your views here.
def index(request):
return HttpResponse("Welcome to Lay'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