Page not found (404)

Request Method: GET
Request URL: http://infed.ru/tags/%D0%B8%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F%20%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0/

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

  1. sitemap.xml
  2. ^ ru/ [name='main_page']
  3. ^ search/ [name='view_article_search']
  4. ^ articles/<int:article_id>/ [name='view_article']
  5. ^ journals/ [name='view_magazines']
  6. ^ journal/last/ [name='view_last_magazine']
  7. ^ journal/<int:magazine_fdid>/ [name='view_magazine']
  8. ^ sections/ [name='view_chapters']
  9. ^ section/<int:chapter_id>/ [name='view_chapter']
  10. ^ authors/ [name='view_authors']
  11. ^ author/<int:author_id>/ [name='view_author']
  12. ^ news/ [name='view_news']
  13. ^ new/<int:newId>/ [name='view_new']
  14. ^media/(?P<path>.*)$
  15. ru/
  16. ^media/(?P<path>.*)$
  17. ^static/(?P<path>.*)$

The current path, tags/информационная система/, 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.