Commit 6e1fa012 authored by Agu Syquia's avatar Agu Syquia

Updated views.py

Updated views.py so that the server may run
parent 7ed6d8ef
from django.shortcuts import render from django.http import HttpResponse
from .models import Author, Books
def bookshelfIndex(request):
bookshelf_output = ''
return HttpResponse(bookshelf_output)
# Create your views here. # 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