src/clubs/urls.py
Similar blocks of code found in 3 locations. Consider refactoring.from django.urls import include, pathSimilar blocks of code found in 3 locations. Consider refactoring. Similar blocks of code found in 3 locations. Consider refactoring.from clubs.views import detailSimilar blocks of code found in 3 locations. Consider refactoring. Similar blocks of code found in 3 locations. Consider refactoring.app_name = "clubs"Similar blocks of code found in 3 locations. Consider refactoring. Similar blocks of code found in 3 locations. Consider refactoring.urlpatterns = [Similar blocks of code found in 3 locations. Consider refactoring. path("<int:bhv_id>/", include([path("", detail, name="detail")])),Similar blocks of code found in 3 locations. Consider refactoring.]