Using the URLconf defined in LMS_project.urls
,
Django tried these URL patterns, in this order:
-
1tt0wn@dm1nur|0c@t0rf0r@dm1np@ne|/
-
[name='home']
-
all-course/
[name='all_course']
-
course-details/<str:slug>/<int:id>/
[name='coursedetails']
-
all-news/
[name='all_news']
-
newsandevent_details/<str:slug>/<int:id>/
[name='news_details']
-
registration/
[name='registration']
-
registration_form_update/
[name='registration_form_update']
-
slip_view/<int:id>/<str:slug>/
[name='view_payslip']
-
faq/
[name='faq']
-
contact/
[name='contact']
-
howitwork/
[name='howitwork']
-
student_dashboard/
[name='student_dashboard']
-
check_coupon_valid_api/
[name='check_coupon_valid_api']
-
course_price_api/
[name='course_price_api']
-
student_setting/
[name='student_setting']
-
change-password/
[name='change_password']
-
change-without-password/
[name='change_without_password']
-
password_reset/
[name='password_reset']
-
password_reset/done/
[name='password_reset_done']
-
password_reset_confirm/<uidb64>/<token>/
[name='password_reset_confirm']
-
password_reset_complete/
[name='password_reset_complete']
-
fname_lname_api/
[name='fname_lname_api']
-
login/
[name='loginsys']
-
logout/
[name='logoutsys']
-
signup/
[name='singup']
-
admin_slip_view/<int:id>/<str:slug>/
[name='admin_slip_view']
-
feeslip_mail_api/
[name='feeslip_mail_api']
-
usercheck/
[name='usercheck']
-
student_fee_due/
[name='student_fee_due']
-
student_report/
[name='student_report']
-
add_new_course/
[name='add_new_course']
-
accounts/
-
^media/(?P<path>.*)$
The current path, course-details/shopify-mastery/13/term-condition.html
,
didn’t match any of these.