djbrown/hbscorez

View on GitHub
src/districts/urls.py

Summary

Maintainability
A
1 hr
Test Coverage
A
100%
Similar blocks of code found in 3 locations. Consider refactoring.
from django.urls import include, path
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
from districts.views import detail
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
app_name = "districts"
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.
]