1. 21 Feb, 2023 8 commits
    • Matthew Karl David P. Arpas's avatar
      chore: · 93f447ce
      Matthew Karl David P. Arpas authored
      Added the model instances (10 each) through the admin panel
      93f447ce
    • Matthew Karl David P. Arpas's avatar
      feat: · ea57c24f
      Matthew Karl David P. Arpas authored
      Added a __str__ method to each model so they display their names when using the drop-down menus in the admin panel
      ea57c24f
    • Matthew Karl David P. Arpas's avatar
      feat: · db25a927
      Matthew Karl David P. Arpas authored
      Added list view items, search bars, and filters by customizing the admin panel based on the specs of the lab
      db25a927
    • Matthew Karl David P. Arpas's avatar
      chore: · 71bda084
      Matthew Karl David P. Arpas authored
      Made migrations for the new models and tested code to show the login page before entering the admin page
      71bda084
    • Matthew Karl David P. Arpas's avatar
      feat: · 32dbb87c
      Matthew Karl David P. Arpas authored
      Added an admin page for homepage that displays the models and migrated the models for Artist, Album, and Song from about\models.py to homepage\models.py
      32dbb87c
    • Matthew Karl David P. Arpas's avatar
      feat: · 83a42ea0
      Matthew Karl David P. Arpas authored
      Added the prescribed new fields to their respective models with the appropriate field types
      83a42ea0
    • Matthew Karl David P. Arpas's avatar
      chore: · 9d669be3
      Matthew Karl David P. Arpas authored
      Made appropriate changes to the README.txt file to reflect my lab02 workflow
      9d669be3
    • Matthew Karl David P. Arpas's avatar
      chore: · 332a8498
      Matthew Karl David P. Arpas authored
      Moved the README.txt file to the appropriate folder from inside the .git folder
      332a8498
  2. 13 Feb, 2023 7 commits