Page not found (404)

Request Method: GET
Request URL: https://arhrock.info/music/albums/solntse-v-tetradke/protiv-techeniya/

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

  1. [name='home']
  2. admin/
  3. music/ [name='music-home']
  4. music/ albums/ [name='music-albums']
  5. music/ search/ [name='music-search']
  6. music/ <slug:artist>/ [name='music-artist-albums']
  7. music/ <slug:artist>/<slug:slug>/ [name='music-album-detail']
  8. podcast/
  9. robots.txt
  10. favicon.ico
  11. yandex_43bddfb230ca3642.html
  12. google2a75851780fa2608.html
  13. ^media/(?P<path>.*)$

The current path, music/albums/solntse-v-tetradke/protiv-techeniya/, 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.