Page not found (404)

Request Method: GET
Request URL: https://digitalschooling.in/course-cat/class-11-tuition/business-studies-tuition/

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

  1. admin/
  2. u/
  3. student/
  4. exam/
  5. attendance/
  6. [name='frontend']
  7. about/ [name='about-us']
  8. privacy-policy/ [name='privacy-policy']
  9. terms-condition/ [name='tc']
  10. refund-policy/ [name='refund-policy']
  11. add-blog/ [name='add-blog']
  12. blog/ [name='blog']
  13. update-blog/<int:id>/ [name='update-blog']
  14. delete-blog/<int:id>/<int:delete>/ [name='delete-blog']
  15. add-featured-service/ [name='add-featured-service']
  16. featured-services/ [name='featured-services']
  17. update-featured-service/<int:id>/ [name='update-featured-service']
  18. add-review/ [name='add-review']
  19. reviews/ [name='reviews']
  20. update-review/<int:id>/ [name='update-review']
  21. view-visitors/ [name='visitors']
  22. delete-visitor/<int:id>/<int:delete>/ [name='delete-visitor']
  23. load-blogs-on-index-page/ [name='load-blogs']
  24. blog-detail/ [name='blog-detail-ajax']
  25. visitor/ [name='visitor']
  26. enquiries/ [name='enquiries']
  27. load-featured-services/ [name='load-featured-services']
  28. load-featured-schools/ [name='load-featured-schools']
  29. load-review-faq-enquiryform/ [name='load-enquiries']
  30. fees/
  31. ckeditor5/
  32. ^media/(?P<path>.*)$
  33. ^static/(?P<path>.*)$

The current path, course-cat/class-11-tuition/business-studies-tuition/, 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.