Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 338 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 338 Bytes

django-intro1-cw

Create a route "music" and three more routes from it named after your favorite artists. On the root "music" page respond to users with a list of the other routes. On the artist routes, respond with something about each artist.

Make sure the default root URL states "This is a bad request. Start with the music route.