Page not found (404)

Request Method: GET
Request URL: https://www.dentriage.com/team/Roopa_Gandhi

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

  1. admin/
  2. api/token/ [name='token_obtain_pair']
  3. api/token/refresh/ [name='token_refresh']
  4. [name='home']
  5. appointment/<int:id>/ [name='dental-appointment']
  6. primary-appointment/ [name='primary-appointment']
  7. book-appointment/<int:id>/ [name='book-appointment']
  8. search-result/ [name='search-result']
  9. doctor-profile/<int:id>/ [name='doctor-profile']
  10. login/ [name='login']
  11. doctor_login/ [name='doctor_login']
  12. dental-practice/ [name='dental-practice']
  13. contact-us/ [name='contact-us']
  14. payment-successful/ [name='payment-successful']
  15. about-us/ [name='about-us']
  16. dental-practices/ [name='dental-practices']
  17. privacy-policy/ [name='privacy-policy']
  18. blog-&-articles/ [name='blog-&-articles']
  19. blog-detail/<int:id>/ [name='blog-detail']
  20. blogs-&-videos/ [name='blogs-&-videos']
  21. blogvideo/ [name='blogvideo']
  22. terms/ [name='terms']
  23. sitemap/ [name='sitemap']
  24. faqs/ [name='faqs']
  25. urgent-appointment/ [name='urgent-appointment']
  26. search_dentists/ [name='search_dentists']
  27. search_result/ [name='search_result']
  28. get-all-doctors/ [name='get-all-doctors']
  29. get-patient-location/ [name='get-patient-location']
  30. filter-search/ [name='filter-search']
  31. dentriage-login/ [name='dentriage-login']
  32. logout/ [name='logout']
  33. account/ [name='account']
  34. account/dashboard-profile/
  35. account/change-password/
  36. reschedule-appointment/<int:id>/<str:appointment_date>/<str:appointment_time>/ [name='reschedule-appointment']
  37. reschedule-appointment-time/
  38. patient-search-request/ [name='patient-search-request']
  39. ^search/(?P<query>.+)/$
  40. ^state/(?P<query>.+)/$
  41. ^city/(?P<query>.+)/$
  42. ^zip-code/(?P<query>.+)/$
  43. filter-by-location/
  44. filter-by-state/
  45. filter-by-city/
  46. filter-by-zip-code/
  47. dashboard/ [name='dashboard']
  48. dashboard/appointments [name='appointments']
  49. dashboard/appointments/create [name='create-appointment']
  50. dashboard/appointments/edit/<int:id>/ [name='edit-appointment']
  51. dashboard/patient-details/<int:id>/ [name='patient-details']
  52. dashboard/about-text/
  53. dashboard/schedule [name='schedule']
  54. dashboard/notifications [name='notifications']
  55. dashboard-profile/
  56. delete-user-profile-pic/ [name='delete-user-profile-pic']
  57. get-appointments/ [name='get-appointments']
  58. primary-doctor-appointments/ [name='primary-doctor-appointments']
  59. primary-appointment-form/ [name='primary-appointment-form']
  60. book-primary-appointment-form/ [name='book-primary-appointment-form']
  61. save-clinic-timeslots/ [name='save-clinic-timeslots']
  62. dashboard/get-appointments/
  63. dashboard/get-confirmed-appointments/
  64. dashboard/get-all-appointments-records/
  65. delete-schedule/
  66. dashboard/appointments-conformations/
  67. dashboard/appointments-rejections/
  68. save-holidays-dates/
  69. get-holidays/
  70. delete-holidays/
  71. api/patient-sign-up/ [name='api/patient-sign-up/']
  72. api/guest-sign-up/ [name='api/guest-user']
  73. api/patient-login/
  74. api/delete-user-profile-pic/ [name='api/delete-user-profile-pic']
  75. api/get-all-doctors/ [name='api/get-all-doctors']
  76. api/logout/ [name='api/logout']
  77. api/search-google-dentist/ [name='api/search-google-dentist/']
  78. api/primary-dentist/ [name='api/primary-dentist']
  79. api/apointment-time/ [name='api/apointment-time']
  80. api/book-appintment/ [name='api/book-appintment/']
  81. api/schedule-appointment/ [name='api/schedule-appintment/']
  82. api/profile/update-profile/
  83. api/patient/upate-profile/
  84. api/dentist/change-password/
  85. api/dentist-schedules/
  86. api/clinic-schedules/
  87. api/my-appointments/
  88. api/patients-appointments/<int:pk>/
  89. api/cancel-appointments/<int:pk>/
  90. api/dentist-details/<int:pk>/
  91. api/canceled-appointments/
  92. api/patient/search/location/
  93. api/google/
  94. api/test-api/
  95. api/dropdown-inputs/
  96. api/search-results/
  97. api/filters/
  98. api/
  99. varify-email/
  100. verify-mobile-number/
  101. register-patient/
  102. register-guest-user/
  103. register-dentist/
  104. triage/search/ [name='traiage-search']
  105. authentications/
  106. reset-search/
  107. delete-appointment/
  108. emergancy-room/ [name='emergancy-room']
  109. save-reviews/
  110. save-blog-reviews/
  111. get-reviews/
  112. get-blog-reviews/
  113. reviews-authentications/
  114. blogs-reviews-authentications/
  115. get-dentist-holidays/
  116. search-blog-&-articles/
  117. all-blogs-&-articles/
  118. success/ [name='success']
  119. failed/ [name='failed']
  120. add-likes/
  121. remove-likes/
  122. get-video-links/
  123. ^media/(?P<path>.*)$
  124. media/<path:path>/

The current path, team/Roopa_Gandhi, 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.