Page not found (404)

Request Method: GET
Request URL: http://metintec.ru/kontakty.html

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

  1. ^robots.txt$
  2. ^sitemap.xml$
  3. ^favicon.ico$
  4. ^summernote/
  5. ^calculate_me/$
  6. ^write_us/$
  7. ^call_me/$
  8. ^zakupka_loma/$
  9. ^proizvodstvo_briketov/$
  10. ^about_us/$
  11. ^contacts/$
  12. ^news/(?P<id>.+)/
  13. ^news/$
  14. ^$
  15. ^admin/

The current path, kontakty.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.