1. 28 Mar, 2023 2 commits
    • Ysobel Vera's avatar
      Created and edited html files in templates, and edited views and models in the bookshelf app · 3ed479e2
      Ysobel Vera authored
      + Created and edited the authors, books, author_details, and book_details html files according to the lab specifications.
      +edited the models to have get_absolute_url to configure urls to Books and Author
      +edited the views to contain the Function based view for home.html and the class based views for the authors, books, author_details, and book_details html files
      +these were done to configure urls and to connect the models and views
      3ed479e2
    • Ysobel Vera's avatar
      Created templates folder and created base.html, home.html, and books.html · 2ad2240f
      Ysobel Vera authored
      +base, home, and books html files were created and put into the address ysovera_reading/ysovera_reading/bookshelf/templates/bookshelf
      -The files still need to be edited but since I am unsure of how to properly do so, I will create a branch to test out some code.
      2ad2240f
  2. 27 Mar, 2023 4 commits
    • Ysobel Vera's avatar
      Populated the models · 428e58bf
      Ysobel Vera authored
      Populated the Author and Books models with 15 records each.
      428e58bf
    • Ysobel Vera's avatar
      Built Author and Books classes in models.py and edited admin.py of bookshelf app · 64be1536
      Ysobel Vera authored
      +Created Author and Books classes. The Author class contains fields to keep track of the author's first and last name, age, nationality, and bio. The Books class contains fields to keep track of the book's title, author, publisher, publishing year, ISBN, and blurb.
      +The admin.py file was edited to create admin panels for the 2 classes in models.py
      - haven't removed the placeholder for views.py under bookshelf. This will be edited later on.
      64be1536
    • Ysobel Vera's avatar
      Created the Django project and the bookshelf app · b8dfe587
      Ysobel Vera authored
      The Django project, ysovera_reading, and the app, bookshelf, was created. Set-up for the project and app was also done such as editing the site-wide and app settings files and the site-wide and app urls.py files.
      b8dfe587
    • Ysobel Vera's avatar
      Initial commit · 4e200a5f
      Ysobel Vera authored
      4e200a5f