Page not found (404)

No Doctor matches the given query.
Request Method: GET
Request URL: https://rheumatolog.su/doctors/movsisyan-gayane-rafaelovna/
Raised by: niir.decorators.doctorsDetailView

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

  1. apc/
  2. rls/
  3. esia/
  4. [name='index']
  5. test/ [name='test_page']
  6. test/page/ [name='test_page_view']
  7. test/page/<str:slug>/ [name='test_page_view_detail']
  8. new/
  9. search/
  10. lkp/
  11. lkv/
  12. lkpk/
  13. lk/patient/v2/
  14. hotline/
  15. esb/api/
  16. consultation/ [name='consultation']
  17. smuo/
  18. clinic/
  19. clinical/trials/
  20. about/
  21. science/
  22. education/
  23. education/pdo/
  24. patients/
  25. price/
  26. mediares/
  27. telemedicine/
  28. expert-sovet/
  29. lkw/
  30. sdo/
  31. events/
  32. op/
  33. portal/refcenter/spa/
  34. portal/refcenter/skv/
  35. portal/refcenter/avz/
  36. portal/refcenter/afs/
  37. portal/refcenter/fop/
  38. portal/callback/
  39. portal/muza/
  40. portal/ets/
  41. portal/eps/
  42. portal/sed/
  43. portal/sedo/orders/
  44. portal/edo/esrz/
  45. portal/edo/zakupki/
  46. portal/edo/rm/
  47. portal/edo/orders/
  48. portal/edo/orders-approvals/
  49. portal/edo/otpusk/
  50. portal/edo/mol/
  51. portal/edo/orders-year/
  52. portal/edo/journals/eds-gosuslugi/
  53. portal/edo/sed/
  54. portal/edo/perevozki/
  55. portal/comandirovka/
  56. portal/msm/
  57. portal/shtatnoe-raspisanie/
  58. portal/esa/
  59. portal/lk_pmu/
  60. portal/lk_doc/
  61. portal/helpcenter/
  62. portal/blackbox/
  63. portal/ptvk/
  64. portal/skud/
  65. portal/science/publications/
  66. portal/science/laboratory/
  67. portal/sdo/
  68. portal/schedule/
  69. portal/my/
  70. portal/news/
  71. portal/emails/
  72. portal/divisions/
  73. portal/qr/
  74. portal/birthdays/<str:year>/<int:month>/ [name='niir_portal_month_birthdays']
  75. portal/birthdays/<str:year>/<int:month>/excel/ [name='niir_portal_month_birthdays_excel']
  76. news/ [name='news']
  77. news/rubrics/<int:rubric>/ [name='news_in_rubrics']
  78. news/<str:slug>/ [name='news_detail']
  79. news/tag/<str:tag_slug>/ [name='news_taggit']
  80. login/ [name='login']
  81. logout/ [name='logout']
  82. portal/register/ [name='register']
  83. portal/profile/ [name='profile']
  84. vacancy/ [name='vacancy']
  85. vacancy/<str:slug>/ [name='vacancy_detail']
  86. comments/ [name='comments']
  87. history/ [name='history']
  88. osnovnye-vidy-deyatelnosti/ [name='osnovnye-vidy-deyatelnosti']
  89. mission/ [name='mission']
  90. administration/ [name='administration']
  91. doctors/ [name='doctors']
  92. doctors/<str:slug>/ [name='doctors_detail']

The current path, doctors/movsisyan-gayane-rafaelovna/, matched the last one.

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.