Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joaqscrisologo_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joaquin Inigo Crisologo
joaqscrisologo_reading
Commits
f64963de
Commit
f64963de
authored
Mar 28, 2023
by
Joaquin Inigo Crisologo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README.txt
parent
a49ab9a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
README.txt
README.txt
+11
-0
views.cpython-39.pyc
...sologo_reading/bookshelf/__pycache__/views.cpython-39.pyc
+0
-0
views.py
joaqscrisologo_reading/bookshelf/views.py
+0
-1
No files found.
README.txt
0 → 100644
View file @
f64963de
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
joaqscrisologo_reading/bookshelf/__pycache__/views.cpython-39.pyc
View file @
f64963de
No preview for this file type
joaqscrisologo_reading/bookshelf/views.py
View file @
f64963de
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment