Page not found (404)

Request Method: GET
Request URL: http://krasnoarsk.ru/filter/?tag=sito

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

  1. admin/
  2. [name='post_list']
  3. detail/<int:pk>/ [name='post_detail']
  4. detail/<int:pk>/amp/ [name='post_detail_amp']
  5. check/<int:pk>/ [name='check_content']
  6. sitemap.xml
  7. sitemap-<section>.xml
  8. feed/
  9. turbo/ [name='turbo']
  10. <filename>.txt [name='get_file']
  11. summernote/
  12. skipper/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

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