Page not found (404)

Request Method: GET
Request URL: https://ittown.com.pk/course-details/video-editing/4/term-condition.html

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

  1. 1tt0wn@dm1nur|0c@t0rf0r@dm1np@ne|/
  2. [name='home']
  3. all-course/ [name='all_course']
  4. course-details/<str:slug>/<int:id>/ [name='coursedetails']
  5. all-news/ [name='all_news']
  6. newsandevent_details/<str:slug>/<int:id>/ [name='news_details']
  7. registration/ [name='registration']
  8. registration_form_update/ [name='registration_form_update']
  9. slip_view/<int:id>/<str:slug>/ [name='view_payslip']
  10. faq/ [name='faq']
  11. contact/ [name='contact']
  12. howitwork/ [name='howitwork']
  13. student_dashboard/ [name='student_dashboard']
  14. check_coupon_valid_api/ [name='check_coupon_valid_api']
  15. course_price_api/ [name='course_price_api']
  16. student_setting/ [name='student_setting']
  17. change-password/ [name='change_password']
  18. change-without-password/ [name='change_without_password']
  19. password_reset/ [name='password_reset']
  20. password_reset/done/ [name='password_reset_done']
  21. password_reset_confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  22. password_reset_complete/ [name='password_reset_complete']
  23. fname_lname_api/ [name='fname_lname_api']
  24. login/ [name='loginsys']
  25. logout/ [name='logoutsys']
  26. signup/ [name='singup']
  27. admin_slip_view/<int:id>/<str:slug>/ [name='admin_slip_view']
  28. feeslip_mail_api/ [name='feeslip_mail_api']
  29. usercheck/ [name='usercheck']
  30. student_fee_due/ [name='student_fee_due']
  31. student_report/ [name='student_report']
  32. add_new_course/ [name='add_new_course']
  33. accounts/
  34. ^media/(?P<path>.*)$

The current path, course-details/video-editing/4/term-condition.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.