Page not found (404)

Request Method: GET
Request URL: http://www.sinelhospital.com/programmes/?p=2

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. contact [name='contact']
  5. gallery [name='gallery']
  6. services [name='services']
  7. teams [name='doctors']
  8. our-partners [name='partners']
  9. services/<str:service_id>/details [name='service_details']
  10. more-pages/<str:page_id>/<str:slug> [name='static_page_view']
  11. dashboard/
  12. accounts/
  13. blog/
  14. api/v1/
  15. communications/
  16. ^assets/(?P<path>.*)$

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