Page not found (404)

Request Method: GET
Request URL: http://alexpangman.com/music.html

Using the URLconf defined in website.urls, Django tried these URL patterns, in this order:

  1. [name='home']
  2. livestream/ [name='redirect']
  3. shows/
  4. shows/<show_slug>/
  5. music/
  6. videos/
  7. gallery/
  8. bio/
  9. contact/
  10. contact/thanks/
  11. i18n/
  12. admin/
  13. en/

The current path, music.html, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.