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 ?
1 Respuesta
+ 4
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 ?