Page not found (404)

No Activity found matching the query
Request Method: GET
Request URL: https://diit.edu.bd/campus-activities/index.html/
Raised by: apps.website.views.ActivityDetailView

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']

The current path, campus-activities/index.html/, matched the last one.

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.