- 25 Apr, 2023 12 commits
-
-
Washington99 authored
Removed the test cases leaving only the last test case showcased in the pdf.
-
Washington99 authored
Added More css to the webpages. Removed unnecessary comments in code.
-
Washington99 authored
-
Washington99 authored
Fixed this error: Generic detail view must be called with either an object pk or a slug. I simply renamed the functions for create and edit views such that they're not the same.
-
Washington99 authored
Base.html has been linked a css file that changes its bg to blue
-
Washington99 authored
The details page of every database entry of author model now has an edit author button. The button successfully updates the entry values and redirects to the details page afterwards.
-
Washington99 authored
The form now saves the new entry into the database. It also redirects to the details page of the new entry.
-
Washington99 authored
The add author button now directs to the forms where new entries may be added to the database. However, the form itself still doesn't have the needed functionality.
-
Washington99 authored
Functionality of the button has been added. Button now redirects to the details of the edited model entry.
-
Washington99 authored
The button was made to redirect to the link that was asked in the specs. The save changes button is still non-working.
-
Washington99 authored
The Book page now has an add book function where a new instance of a book entry maybe created in page. The page automatically redirects to the details page of the created entry upon successful creation.
-
Washington99 authored
Updated necessary parts of the REAME file to latest ones. Homepage now has the links (non-working ones for now) for adding model entries through form.
-
- 28 Mar, 2023 8 commits
-
-
Washington99 authored
-
Washington99 authored
Created the template for the views of Author and Books models
-
Washington99 authored
Creation of the template for the authors and books models. Can now be viewed in localhost/home. Change the directory for the base and home template to be app based instead of project wide as it made file traversal faster.
-
Washington99 authored
Created the base template for project wide use and a function based home_view for homepage.
-
Washington99 authored
Models each have been populated with 15 entries.
-
Washington99 authored
Created the Author and Books models as well as linked them to the admin file for populating later.
-
Washington99 authored
Created a simple views file to be edited later which can now be used to open a url path to a bookshelf site. This will be used to display model entries later.
-
Washington99 authored
Initial creation of project and app. Secret key was also taken care off as well as the README file
-