Page not found (404)

Request Method: GET
Request URL: http://himproekt.uz/ru/main/news/contact.html

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

  1. ru/ admin/
  2. ru/ [name='home']
  3. ru/ main/ about/ [name='about']
  4. ru/ main/ projects/ [name='projects']
  5. ru/ main/ know_how/ [name='know_how']
  6. ru/ main/ completed_job/ [name='completed_job']
  7. ru/ main/ new_developments/ [name='new_developments']
  8. ru/ main/ projects/<slug:slug> [name='project_detail']
  9. ru/ main/ news/ [name='news']
  10. ru/ main/ events/ [name='events']
  11. ru/ main/ news/<slug:slug> [name='news_detail']
  12. ru/ main/ production/ [name='production']
  13. ru/ main/ certificate/ [name='certificate']
  14. ru/ main/ contact/ [name='contact']
  15. ru/ main/ search/ [name='project_search']
  16. ru/ main/ citizen/ [name='citizen']
  17. ru/ main/ gallery/ [name='gallery']
  18. ru/ main/ video/ [name='video']
  19. ru/ main/ kartel/ [name='kartel']
  20. ru/ main/ tables/ [name='table']
  21. ru/ main/ tender/ [name='tender']
  22. ru/ main/ thanks/ [name='thanks']
  23. ru/ main/ membership/ [name='membership']
  24. ru/ main/ membership/<slug:slug> [name='membership_page']
  25. ru/ main/ tender/<slug:slug> [name='tender_detail']
  26. ru/ main/ content/<slug:slug> [name='static_page']
  27. ^rosetta/
  28. ^ckeditor/
  29. ^media/(?P<path>.*)$
  30. ^static/(?P<path>.*)$

The current path, ru/main/news/contact.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.