Page not found (404)

Request Method: GET
Request URL: http://dobrye-okna.kz/ru/news/

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

  1. admin/
  2. about-us
  3. works
  4. reviews
  5. news
  6. guarantee
  7. pvh-windows
  8. plastic-windows
  9. metalplastic-windows
  10. doors
  11. stained-glass
  12. balkons
  13. ^static/(?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.