Page not found (404)

Request Method: GET
Request URL: https://rp9.ru/%25d0%25be%25d1%2581%25d1%2582%25d1%2580%25d0%25be%25d0%25b2-%25d0%25bb%25d1%2583%25d0%25b9%25d1%2582%25d0%25bb%25d0%25b0-%25d0%25b4%25d1%2583%25d0%25b9%25d0%25bc%25d1%2583%25d0%25bd.html

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

  1. admin/
  2. tinymce/
  3. [name='home']
  4. search/<str:filter_mode>/<str:filter_time> [name='search_results']
  5. <slug:cat_slug>/<slug:post_slug> [name='url_post']
  6. <slug:cat_slug> [name='cat_name']
  7. load-categories/<str:button_id>/ [name='load_categories']
  8. rss/ [name='rss_feed']
  9. rss/turbo/
  10. sitemap.xml
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, %d0%be%d1%81%d1%82%d1%80%d0%be%d0%b2-%d0%bb%d1%83%d0%b9%d1%82%d0%bb%d0%b0-%d0%b4%d1%83%d0%b9%d0%bc%d1%83%d0%bd.html, 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.