Page not found (404)

Request Method: GET
Request URL: http://sr9.org/ru/news/%D1%84%D0%BA-%D0%B6%D0%B8%D0%BB%D0%B8%D0%BD%D0%B0-%D1%87%D0%B5%D0%BC%D0%BF%D0%B8%D0%BE%D0%BD-%D1%81%D0%BB%D0%BE%D0%B2%D0%B0%D0%BA%D0%B8%D0%B8-%D1%81%D0%B5%D0%B7%D0%BE%D0%BD%D0%B0-20162017-%D0%BF/

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/фк-жилина-чемпион-словакии-сезона-20162017-п/, 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.