Closed aletson closed 4 years ago
e.g., path('route/<int:key_id>/', views.route, name='route')
path('route/<int:key_id>/', views.route, name='route')
this seems like extremely low hanging fruit, not gonna lie
Done Enough(tm). re_path could be updated to path in many cases, but that's out of scope for this issue.
re_path
path
e.g.,
path('route/<int:key_id>/', views.route, name='route')