Page not found (404)

Request Method: GET
Request URL: https://diit.edu.bd/post/sfewdsgfw/index.html

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

  1. dashboard/ [name='home']
  2. admin/
  3. [name='index']
  4. about/<str:slug>/ [name='feedback']
  5. campus-activities/ [name='campus_activity']
  6. campus-activities/<str:slug>/ [name='activity_detail']
  7. campus-activities/cat/<str:slug>/ [name='act_cat_detail']
  8. about/ [name='about']
  9. at-a-glance/ [name='at_a_glance']
  10. career/ [name='career']
  11. faq/ [name='faq']
  12. admission/ [name='admission']
  13. instruction/ [name='instruction']
  14. tuition-fees/ [name='tuition_fees']
  15. pure/administrator/ [name='pure_administrator']
  16. academic/administrator/ [name='academic_administrator']
  17. academic/ [name='academic']
  18. academic/faculty/ [name='academic_faculty']
  19. faculty/<str:slug>/ [name='faculty_about']
  20. blog/ [name='blog']
  21. category/<str:slug>/ [name='blog_cat']
  22. post/<str:slug>/ [name='post']
  23. publication/list/ [name='publication_list']
  24. publication/category/<str:slug>/ [name='publication_cat']
  25. publication/<str:slug>/ [name='publication']
  26. contact/ [name='contact']
  27. apply/ [name='application']
  28. notice/ [name='notice']
  29. notice/<str:slug>/ [name='notice_post']
  30. alumni/ [name='alumni']
  31. alumni/<str:slug>/ [name='alumni_about']
  32. portal/
  33. student/portal/
  34. backadmin/
  35. department/
  36. account/
  37. ^static/(?P<path>.*)$
  38. ^media/(?P<path>.*)$
  39. __debug__/

The current path, post/sfewdsgfw/index.html, 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.