Page not found (404)

Request Method: GET
Request URL: https://mid.az/user/Metallica/

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

  1. admin16032014/
  2. mp3/<str:altname>
  3. mahni.php
  4. artist/<str:altname>
  5. letter/<str:letter>
  6. download/<int:id>
  7. listen/<int:id>
  8. search/
  9. api/tag/play/<int:id>
  10. api/tag/<str:tag>/<int:page>
  11. api/tag/<str:tag>
  12. api/ysearch
  13. api/<str:query>
  14. sitemap//<str:query>
  15. loading
  16. banner/<str:tag>
  17. poll/vote/
  18. ^media/(?P<path>.*)$

The current path, user/Metallica/, 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.