Page not found (404)

Request Method: GET
Request URL: https://ecan.org.np/about/ecan-contributors

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

  1. admin/
  2. ^api-auth/
  3. api/login/
  4. api/signup/
  5. api/change-password/
  6. api/settings/
  7. [name='index']
  8. members/ [name='members']
  9. member-detail/<slug:slug>/ [name='member_detail']
  10. board-executives/ [name='board_executives']
  11. executive-detail/<slug:slug>/ [name='executive_detail']
  12. album/ [name='albums']
  13. album-detail/<slug:slug>/ [name='album_detail']
  14. news/ [name='news']
  15. blogs/ [name='blogs']
  16. events/ [name='events']
  17. blog-detail/<slug:slug>/ [name='blog_detail']
  18. contacts/ [name='contacts']
  19. contact-one-branch/<slug:slug>/ [name='contact_one-branch']
  20. become-member/ [name='become_member']
  21. code-of-conduct/ [name='code_of_conduct']
  22. ielts-booking-login/ [name='ielts_booking_login']
  23. ^api/
  24. api/pages/<str:slug>/
  25. api/events/ [name='event-list']
  26. api/events/<int:pk>/ [name='event-detail']
  27. api/events/<int:event_id>/register/ [name='event-register']
  28. ^static\/(?P<path>.*)$
  29. ^media\/(?P<path>.*)$

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