Page not found (404)

Request Method: GET
Request URL: http://sr9.org/ru/news/%D1%81%D0%B1%D0%BE%D1%80%D0%BD%D0%B0%D1%8F-%D1%80%D0%BE%D1%81%D0%B8-%D0%BF%D0%BE-%D0%BF%D0%BB%D1%8F%D0%B6%D0%BD%D0%BE%D0%BC%D1%83-%D1%84%D1%83%D1%82%D0%B1%D0%BE%D0%BB%D1%83-%D0%BF%D1%80%D0%BE%D0%B2/

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

  1. admin/
  2. policy
  3. js/book-camp
  4. js/send-feedback
  5. rosetta/
  6. ru/ news [name='news']
  7. ru/ news/<slug:slug> [name='post']
  8. ru/ thanks [name='thanks']
  9. ru/ [name='index']
  10. ru/ training-camps [name='camps_all']
  11. ru/ training-camps/<slug:slug> [name='camps']
  12. ru/ training-camp/<slug:slug> [name='camp']
  13. ru/ events [name='our_events']
  14. ru/ event/<slug:slug> [name='event']
  15. ru/ contacts [name='contacts']
  16. ru/ organization [name='orgs']
  17. ru/ organization/<slug:slug> [name='org']
  18. ru/ media [name='media']
  19. ru/ media/<slug:slug> [name='media-of']
  20. ru/ 404 [name='error404']
  21. ru/ references [name='references']
  22. ru/ about-us [name='about_us']
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, ru/news/сборная-роси-по-пляжному-футболу-пров/, 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.