Page not found (404)

Request Method: GET
Request URL: http://skb-kontur-focus.ru/site/news/126

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

  1. price/
  2. contacts/
  3. news/
  4. news/<int:new>
  5. search/<int:sea>
  6. order/
  7. success/<int:ord>
  8. order/<int:ord>
  9. sitemap/
  10. favicon.ico
  11. robots.txt
  12. sitemap.xml
  13. eeeadmineee/
  14. eeeynewseee/
  15. ^static/(?P<path>.*)$

The current path, site/news/126, 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.