Page not found (404)

Request Method: GET
Request URL: https://jalsan.com.np/about-jalsan/code-of-conduct/

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. blog-detail/<slug:slug>/ [name='blog_detail']
  17. news-detail/<slug:slug>/ [name='news_detail']
  18. contacts/ [name='contacts']
  19. aboutus/ [name='aboutus']
  20. contact-one-branch/<slug:slug>/ [name='contact_one-branch']
  21. become-member/ [name='become-member']
  22. code-of-conduct/ [name='code_of_conduct']
  23. terms-and-value/ [name='terms-and-value']
  24. get-pages/<slug:slug>/ [name='general-page']
  25. ielts-booking-login/ [name='ielts_booking_login']
  26. ^api/
  27. ^static\/(?P<path>.*)$
  28. ^media\/(?P<path>.*)$

The current path, about-jalsan/code-of-conduct/, 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.