Add README.txt

parent a49ab9a5
Joaquin Inigo N. Crisologo
CSCI 40-F
211655
Lab 03: My Favorite Books and Authors
Mar. 28, 2023
This lab activity was truthfully accomplished without the use of resources outside of provided lecture slides or external help from other classmates.
Signed, Joaquin Inigo N. Crisologo, Mar. 28, 2023
\ No newline at end of file
...@@ -14,7 +14,6 @@ class AuthorListView(ListView): ...@@ -14,7 +14,6 @@ class AuthorListView(ListView):
class AuthorDetailView(DetailView): class AuthorDetailView(DetailView):
model = Author model = Author
books_list = Books.objects.all()
class BooksListView(ListView): class BooksListView(ListView):
model = Books model = Books
......
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