Page not found (404)

No Course matches the given query.
Request Method: GET
Request URL: https://iaebhopal.edu.in/course/aircraftmaintenanceengineering-avionics-b2
Raised by: courses.views.courseDetails

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

  1. admin/
  2. faicon/
  3. ckeditor/
  4. about/
  5. page/
  6. course/ course-category-list [name='list']
  7. course/ course-page-ajax-<int:page> [name='courseajax']
  8. course/ ajax-course-filter [name='coursefilter']
  9. course/ fee-amount-ajax-<int:id>
  10. course/ <slug> [name='details']

The current path, course/aircraftmaintenanceengineering-avionics-b2, 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.