1. 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