Commit 4db0cd73 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Added the function that takes http requests and returns a response

parent 2f7cb241
from django.shortcuts import render from django.shortcuts import render
# Create your views here. # Create your views here.
def homepageIndex(request):
return render(request, 'bookshelf/home.html', {
})
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