Page not found (404)

Request Method: GET
Request URL: https://www.agros.uz/ru/documents

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

  1. admin/
  2. ckeditor/
  3. [name='index']
  4. about/ [name='about']
  5. leadership/ [name='leadership']
  6. structure/ [name='structure']
  7. central_office/ [name='central_office']
  8. branch_directors/ [name='branch_directors']
  9. insurance_center/ [name='insurance_center']
  10. appeal_detail/ [name='appeal_detail']
  11. inv_cat/<int:pk>/ [name='inv_category']
  12. investors/ [name='investors']
  13. chek_polis/ [name='chek_polis']
  14. interaktive_service/ [name='interaktive_service']
  15. site_map/ [name='site_map']
  16. insurance_glossary/ [name='insurance_glossary']
  17. single_phone/ [name='single_phone']
  18. hotline/ [name='hotline']
  19. agent_page/ [name='agent_page']
  20. yth_page/ [name='yth_page']
  21. polis/ [name='polis']
  22. static-page/<str:slug> [name='static-page']
  23. main-static-page/<str:slug> [name='main-static-page']
  24. supervisory_board/ [name='supervisory_board']
  25. osago_ajax/ [name='osago_ajax']
  26. baxtsiz_hodisa_ajax/ [name='baxtsiz_hodisa_ajax']
  27. mol_mulk_ajax/ [name='mol_mulk_ajax']
  28. boshqa_sugurta_ajax/ [name='boshqa_sugurta_ajax']
  29. migration_ajax/ [name='migration_ajax']
  30. migration/ [name='migration']
  31. news/
  32. contacts/
  33. ru/ i18n/
  34. ru/ [name='index']
  35. ru/ about/ [name='about']
  36. ru/ leadership/ [name='leadership']
  37. ru/ structure/ [name='structure']
  38. ru/ central_office/ [name='central_office']
  39. ru/ branch_directors/ [name='branch_directors']
  40. ru/ insurance_center/ [name='insurance_center']
  41. ru/ appeal_detail/ [name='appeal_detail']
  42. ru/ inv_cat/<int:pk>/ [name='inv_category']
  43. ru/ investors/ [name='investors']
  44. ru/ chek_polis/ [name='chek_polis']
  45. ru/ interaktive_service/ [name='interaktive_service']
  46. ru/ site_map/ [name='site_map']
  47. ru/ insurance_glossary/ [name='insurance_glossary']
  48. ru/ single_phone/ [name='single_phone']
  49. ru/ hotline/ [name='hotline']
  50. ru/ agent_page/ [name='agent_page']
  51. ru/ yth_page/ [name='yth_page']
  52. ru/ polis/ [name='polis']
  53. ru/ static-page/<str:slug> [name='static-page']
  54. ru/ main-static-page/<str:slug> [name='main-static-page']
  55. ru/ supervisory_board/ [name='supervisory_board']
  56. ru/ osago_ajax/ [name='osago_ajax']
  57. ru/ baxtsiz_hodisa_ajax/ [name='baxtsiz_hodisa_ajax']
  58. ru/ mol_mulk_ajax/ [name='mol_mulk_ajax']
  59. ru/ boshqa_sugurta_ajax/ [name='boshqa_sugurta_ajax']
  60. ru/ migration_ajax/ [name='migration_ajax']
  61. ru/ migration/ [name='migration']
  62. ru/ accounts/
  63. ru/ cabinet/
  64. ^media/(?P<path>.*)$

The current path, ru/documents, 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.