What's the purpose of name attribute ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the purpose of name attribute ?

urlpatterns = [ path('', homePageView, name = "home") ] When I send the request I don't see the use of name attribute anywhere. For what they are using the name attr ?

21st Aug 2022, 12:54 PM
Levi
Levi - avatar
1 Answer