Page not found (404)

Request Method: GET
Request URL: https://doshtiacademy.com/course-single.html

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

  1. [name='department']
  2. paypal/
  3. froala_editor/
  4. admin/
  5. certification/
  6. chapters/
  7. courses/
  8. departments/
  9. enroll/
  10. exams/
  11. programs/
  12. quiz/
  13. students/
  14. coupon/
  15. ^static\/(?P<path>.*)$
  16. ^media\/(?P<path>.*)$
  17. ^static\/(?P<path>.*)$

The current path, course-single.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.