Work with existing files to complete templates, views, forms, tests, and urls.
Tasks to complete exercise:
- Clone exercise repo at
https://github.com/nss-day-cohort-25/07-19-orientation-django-exercise
- Get the templates that don't extend index.html working correctly
- Write tests for the songs model/functionality
- Add functionality for genres
mkdir music-list
cd music-list
- Make a virtual env
- activate your virtual env
- clone this repo
- cd into the repo
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://127.0.0.1:8000/history/