Page not found (404)

Request Method: GET
Request URL: https://www.kassirdermatology.com/about//

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

  1. [name='home']
  2. admin/
  3. consultation/ [name='consultation']
  4. consultation/thanks/
  5. galleries/
  6. galleries/<proc_slug>/
  7. galleries/<proc_slug>/<gallery_id>/
  8. news/
  9. news/asking/<news_slug>/
  10. news/<news_slug>/
  11. press/
  12. press/<press_det>/
  13. contact/ [name='location']
  14. contact/<loc_slug>/
  15. products/ [name='products']
  16. products/<product_det>/ [name='product']
  17. about/ [name='about']
  18. international/
  19. international/<travel_slug>/
  20. forms/ [name='form']
  21. terms/ [name='terms']
  22. privacy/ [name='policy']
  23. sitemap\.xml$ [name='sitemap']
  24. covid19/ [name='covid19']
  25. procedures/ [name='procedure_category']
  26. <cat_slug>/ [name='procedure_category']
  27. <cat_slug>/<procedure_det>/ [name='procedure_detail']

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