Using the URLconf defined in mydsa.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
home
[name='home']
-
aboutus
[name='aboutus']
-
sports
[name='sports']
-
sport-details/<str:slug>
[name='sportdetails']
-
gallery
[name='gallery']
-
blogs
[name='blogs']
-
contactus
[name='contactus']
-
join-us
[name='joinus']
-
batch-start/<str:slug>
[name='batchstart']
-
signup
[name='signup']
-
signin
[name='signin']
-
logout
[name='signout']
-
about/<str:slug>
[name='about']
-
dashboard
[name='dashboard']
-
profile
[name='profile']
-
studentprofile
[name='studentprofile']
-
profile-details/<int:id>
[name='profiledetails']
-
edit-profile-details/<int:id>
[name='editprofiledetails']
-
update-profile-details
[name='updateprofiledetails']
-
payment-details
[name='paymentdetails']
-
index
[name='index']
-
blog-subpage/<int:id>
[name='blogsubpage']
-
blog-details/<str:slug>
[name='blogsdetails']
-
gallery-details/<int:id>
[name='gallerydetails']
-
create-checkout-session/
[name='checkout']
-
checkout/<str:slug>
[name='checkout']
-
success
[name='success']
-
cancel
[name='cancel']
-
webhooks/stripe/
[name='webhook']
-
^(?P<path>.*)$
The current path, batch-start/images/favicon.png
,
matched the last one.