Page not found (404)

Request Method: GET
Request URL: http://polusa.info/albums/Polusa_Nevesomie/

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

  1. admin/filebrowser/
  2. grappelli/
  3. admin/
  4. story/
  5. lyrics/
  6. lyrics/<song_slug>/
  7. tabs/
  8. concerts/
  9. concerts/<concert_slug>/
  10. riders/
  11. video/
  12. ^media/(?P<path>.*)$
  13. ^static/(?P<path>.*)$

The current path, albums/Polusa_Nevesomie/, 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.