- 25 Apr, 2023 13 commits
-
-
Agu Syquia authored
Tested if edit author works
-
Agu Syquia authored
Tested adding forms and editing forms
-
Agu Syquia authored
Allows forms to be created in authors and books.
-
Agu Syquia authored
Django template for adding new author entries to the database.
-
Agu Syquia authored
Django template for adding new book entries to the database.
-
Agu Syquia authored
Added a button that redirects to authors/pk/details/edit.
-
Agu Syquia authored
Added a button that redirects to books/pk/details/edit.
-
Agu Syquia authored
Created the edit-author template to edit author entries in the database.
-
Agu Syquia authored
Created edit-book template file for editing book entries.
-
Agu Syquia authored
Added two new links that redirect to either books/add, or authors/add.
-
Agu Syquia authored
Added paths to authors/add, books/add, authors/pk/add, and authors/pk/edit.
-
Agu Syquia authored
Added CreateView and UpdateView classes.
-
Agu Syquia authored
Updated the content accordingly
-
- 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 6 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
-