Page not found (404)

Request Method: GET
Request URL: https://www.facdcab.com.bd/oldsite/notice_file/1605355413.jpg

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. annual-booking-form/<int:pk>/ [name='annual_booking_form']
  11. board-executives/ [name='board_executives']
  12. board-executives/<str:branch_name>/ [name='board_executives_branch']
  13. executive-detail/<slug:slug>/ [name='executive_detail']
  14. album/ [name='albums']
  15. album-detail/<slug:slug>/ [name='album_detail']
  16. news/ [name='news']
  17. blogs/ [name='blogs']
  18. events/ [name='events']
  19. fairs/ [name='fairs']
  20. blog-detail/<slug:slug>/ [name='blog_detail']
  21. news-detail/<slug:slug>/ [name='news_detail']
  22. events-detail/<int:pk>/ [name='events_detail']
  23. contacts/ [name='contacts']
  24. aboutus/ [name='aboutus']
  25. contact-one-branch/<slug:slug>/ [name='contact_one-branch']
  26. become-member/ [name='multi_step_form']
  27. terms-and-value/ [name='terms-and-value']
  28. get-pages/<slug:slug>/ [name='general-page']
  29. ielts-booking-login/ [name='ielts_booking_login']
  30. user-profile/ [name='user_profile']
  31. edit-profile/ [name='edit_profile']
  32. honorable_pesident_secretaries/ [name='honorable_pesident_secretaries']
  33. standing_committees/ [name='standing_committee_list']
  34. standing_committees/<int:pk>/ [name='standing_committee_detail']
  35. invoices/<int:pk> [name='invoices']
  36. certificate/<int:pk> [name='certificate']
  37. invoices/<int:pk>/download/ [name='download_invoices']
  38. certificate/<int:pk>/download/ [name='download_certificate']
  39. registration-accreditations/ [name='registration_accreditations']
  40. ^api/
  41. ^static/(?P<path>.*)$
  42. ^media/(?P<path>.*)$

The current path, oldsite/notice_file/1605355413.jpg, 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.