Skip to content

Megraohoh/music-list

Repository files navigation

NSS Exercise: Django Templates

Description:

Work with existing files to complete templates, views, forms, tests, and urls.

Tasks to complete exercise:

  1. Clone exercise repo at https://github.com/nss-day-cohort-25/07-19-orientation-django-exercise
  2. Get the templates that don't extend index.html working correctly
  3. Write tests for the songs model/functionality
  4. Add functionality for genres

How to run:

Step 1

mkdir music-list
cd music-list

Step 2

  1. Make a virtual env
  2. activate your virtual env
  3. clone this repo
  4. cd into the repo

Step 3

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

This will show in your browser at:

http://127.0.0.1:8000/history/

Contributors:

Meghan Debity

About

NSS Django Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published