- 30 Mar, 2023 9 commits
-
-
Agu Syquia authored
Added template_name to specify the path of the template
-
Agu Syquia authored
Template rendered by the home_view function
-
Agu Syquia authored
Template rendered by the BooksViews class
-
Agu Syquia authored
Template rendered by the AuthorsView class
-
Agu Syquia authored
Project-level template, that is extended by the app-level templates
-
Agu Syquia authored
Template rendered by the BooksDetailsViews class
-
Agu Syquia authored
Template rendered by the AuthorsDetailsView class
-
Agu Syquia authored
Fixed the get_absolute_url function to work with the templates
-
Agu Syquia authored
Fixed the classes and functions and implemented ListView and DetailView
-
- 28 Mar, 2023 16 commits
-
-
Agu Syquia authored
title says all
-
Agu Syquia authored
fixed the string return function to return the title specifically
-
Agu Syquia authored
Changed the model field of year_published to an integer field
-
Agu Syquia authored
Troubleshoots and migrations
-
Agu Syquia authored
Edited the model field of "blurb" and implemented inner functions.
-
Agu Syquia authored
troubleshooting errors encountered while running the server
-
Agu Syquia authored
added "bookshelf" to the installed apps
-
Agu Syquia authored
Updated views.py so that the server may run
-
Agu Syquia authored
fixed a problem with the implementation where it was implemented inside a class
-
Agu Syquia authored
Updated project level urls.py
-
Agu Syquia authored
Made migrations for the models
-
Agu Syquia authored
Created the app level urls.py
-
Agu Syquia authored
Added admin classes for the models and registered them to the site.
-
Agu Syquia authored
Added the Books and Author classes and added their respective models.
-
Agu Syquia authored
initialized Django, and created the app folder within the repository. Also added the README for contributor info
-
Agu Syquia authored
-