Page not found (404)

Request Method: GET
Request URL: http://www.gazdevil.be/music/oneshot-le-tango/lyrics/

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

  1. ^$
  2. ^cms/
  3. ^concerts/
  4. ^links/
  5. ^music/ ^$
  6. ^music/ ^album/(?P<slug>[\-\d\w]+)/$
  7. ^music/ ^song/(?P<slug>[\-\d\w]+)/$
  8. ^music/ ^song/(?P<slug>[\-\d\w]+)/lyrics/$
  9. ^accounts/login/$
  10. ^logout/$
  11. ^accounts/profile/$
  12. ^admin/
  13. ^rosetta/
  14. ^photos/
  15. ^sitemap.xml$
  16. ^pages/
  17. ^contact/
  18. ^site_media/(?P<path>.*)$
  19. ^test/$

The current URL, music/oneshot-le-tango/lyrics/, 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.