1. 25 Apr, 2023 11 commits
    • Washington99's avatar
      Final Touch ups · c131634b
      Washington99 authored
      Added More css to the webpages. Removed unnecessary comments in code.
      c131634b
    • Washington99's avatar
      Merge branch 'lab04' into CSS · 4c57678c
      Washington99 authored
      4c57678c
    • Washington99's avatar
      Fix for add function bug in home · c6350594
      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.
      c6350594
    • Washington99's avatar
      Initial bg edits · fb0e4da3
      Washington99 authored
      Base.html has been linked a css file that changes its bg to blue
      fb0e4da3
    • Washington99's avatar
      Implemented functioning edit author method · e7cd1f8f
      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.
      e7cd1f8f
    • Washington99's avatar
      Finished Add Author functionality · 19ff60ac
      Washington99 authored
      The form now saves the new entry into the database. It also redirects to the details page of the new entry.
      19ff60ac
    • Washington99's avatar
      Implemented the add author button · a7eaad9e
      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.
      a7eaad9e
    • Washington99's avatar
      Save changes button working · 6b0f96d2
      Washington99 authored
      Functionality of the button has been added. Button now redirects to the details of the edited model entry.
      6b0f96d2
    • Washington99's avatar
      Implemented the button for edit · 06f368a5
      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.
      06f368a5
    • Washington99's avatar
      Added the "Add Book" functionality · 76997972
      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.
      76997972
    • Washington99's avatar
      Updated README and Homepage · 9299e990
      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.
      9299e990
  2. 28 Mar, 2023 8 commits