- 25 Apr, 2023 4 commits
-
-
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
-