- 21 Feb, 2023 8 commits
-
-
Matthew Karl David P. Arpas authored
Added the model instances (10 each) through the admin panel
-
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
-
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
-
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
-
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
-
Matthew Karl David P. Arpas authored
Added the prescribed new fields to their respective models with the appropriate field types
-
Matthew Karl David P. Arpas authored
Made appropriate changes to the README.txt file to reflect my lab02 workflow
-
Matthew Karl David P. Arpas authored
Moved the README.txt file to the appropriate folder from inside the .git folder
-
- 13 Feb, 2023 7 commits
-
-
Matthew Karl David P. Arpas authored
Updated the views.py file of the about app to reflect my interest in OPM
-
Matthew Karl David P. Arpas authored
Populated the models.py file of the about app with classes and fields for making a database of music preferences
-
Matthew Karl David P. Arpas authored
Cleaned up existing views.py and urls.py files from homepage, about, and contact apps by removing unnecessary comments
-
Matthew Karl David P. Arpas authored
Added a page that displays contact information
-
Matthew Karl David P. Arpas authored
Added an about\ page that returns text which introduces me to the reader
-
Matthew Karl David P. Arpas authored
Added working homepage to project and migrated changes in django
-
Matthew Karl David P. Arpas authored
Started django project mattarpas_music and changed settings.py to use .env SECRET_KEY
-