Commit 41734d8f authored by Jayson Lim's avatar Jayson Lim

created a view function in views.py

parent 7d9c0bbb
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Welcome to Jayson's Music Library!")
# Create your views here.
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