- 30 Mar, 2023 21 commits
-
-
Agu Syquia authored
when running the server
-
Agu Syquia authored
Replaced "bookshelf/" with ""
-
Agu Syquia authored
Changed the title and content in accordance to the project specs
-
Agu Syquia authored
Fixed spacing, and made code more readable
-
Agu Syquia authored
Fixed the styling
-
Agu Syquia authored
Fixed the styling and readability
-
Agu Syquia authored
Changed the block title to display the particular book's title
-
Agu Syquia authored
fixed the styling of the code
-
Agu Syquia authored
data population
-
Agu Syquia authored
Added templates to the settings
-
Agu Syquia authored
removed the h3 formatting for the body
-
Agu Syquia authored
Edited the paths to work properly and made the detailsview compatible with the respective paths
-
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
-