- 21 Feb, 2023 11 commits
-
-
Ysobel Vera authored
Updated the database for songs so that song lengths are written in seconds.
-
Ysobel Vera authored
Updated migrations from models.py of homepage app
-
-
Ysobel Vera authored
-
Ysobel Vera authored
Updated db.sqlite3
-
Ysobel Vera authored
Updated migrations for models.py for in homepage app.
-
Ysobel Vera authored
Deleted conflicting files from lab02 that conflicted with Testing-branch due to issues in the models and admin files of the homepage app in branch lab02. Testing-branch was created and merged to lab02 with necessary fixes to issues.
-
Ysobel Vera authored
-
Ysobel Vera authored
Edited Artist, Album, and Song classes to have a default value.
-
Ysobel Vera authored
Added extra attributes to models.py and built and customized the Django Admin panel to have search fields, list displays, and list filters for the Artist, Album, and Song classes
-
Ysobel Vera authored
Added formatting for the database
-
- 13 Feb, 2023 7 commits
-
-
Ysobel Vera authored
Added content to models in homepage app and added some formatting to the data.
-
Ysobel Vera authored
-
Ysobel Vera authored
Removed unnecessary comments in settings.py and some parts of code that weren't being used in models in the homepage app.
-
Ysobel Vera authored
Created the Artist, Album, and Song classes for the homepage model.
-
Ysobel Vera authored
Made the content for the contact app. This time I figured out how to display different apps so the code works now.
-
Ysobel Vera authored
Made content for the about app. Issue: The code runs with no error but the content I wrote for the about app is not appearing on the website.
-
Ysobel Vera authored
Made the content for the homepage app and started on making the content for the about app
-