Commit cc0495f2 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

added a tentative views.py for bookshelf

parent 240bbace
from django.shortcuts import render from django.http import HttpResponse
from .models import Author, Books
# Create your views here. # Create your views here.
def bookshelfIndex(request):
title = 'Landing Page Stuff<br><br>'
output_view = ""
return HttpResponse(title + output_view)
\ 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