Page not found (404)

Request Method: GET
Request URL: http://www.urinform.ru/eng/eng3.html/

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

  1. ^contacts/ [name='contacts']
  2. ^news/
  3. ^practic/
  4. ^feedback/
  5. ^resume/
  6. ^reviews/
  7. ^vacancies/
  8. ^services/
  9. ^questions/
  10. ^about/workers/
  11. ^articles/
  12. ^offers/
  13. ^map/
  14. ^search/
  15. ^captcha/
  16. ^admin/
  17. ^tinymce/
  18. ^robots\.txt
  19. ^sitemap\.xml
  20. ^media\/(?P<path>.*)$
  21. ^404/$
  22. ^500/$
  23. ^t/(.*)$

The current URL, eng/eng3.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.