Page not found (404)

Request Method: GET
Request URL: http://dzarkovsky.com/tags/%25D0%2594%25D0%25B7%25D0%25B0%25D1%2580%25D0%25BA%25D0%25BE%25D0%25B2%25D1%2581%25D0%25BA%25D0%25B8+%25D0%25BC%25D0%25B8%25D0%25B4%25D0%25B8/

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

  1. admin/
  2. ajax/ [name='Ajax']
  3. about/ [name='About']
  4. live/ [name='Live']
  5. pianocovers/ [name='Pianocovers']
  6. privacypolicy/ [name='Privacypolicy']
  7. pianotutorials/ [name='Pianotutorials']
  8. education/ [name='Education']
  9. sheetmusic/ [name='Sheet']
  10. contacts/ [name='Contacts']
  11. exercises/ [name='Exercises']
  12. transaction/ [name='Transaction']
  13. [name='Index']
  14. 30j78n74wovids7fvmaooginkzg4rx.html [name='facebook']
  15. ^anymail/

The current path, tags/%D0%94%D0%B7%D0%B0%D1%80%D0%BA%D0%BE%D0%B2%D1%81%D0%BA%D0%B8+%D0%BC%D0%B8%D0%B4%D0%B8/, 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.