Page not found (404)

Request Method: GET
Request URL: http://himproekt.uz/uz/main/new_developments/office@himproekt.uz

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

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

The current path, uz/main/new_developments/office@himproekt.uz, 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.