GeriLife/caregiving

View on GitHub
work/urls.py

Summary

Maintainability
A
1 hr
Test Coverage
A
100%
Similar blocks of code found in 2 locations. Consider refactoring.
from django.urls import path
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
from .views import WorkFormView, WorkReportView
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
urlpatterns = [
Similar blocks of code found in 2 locations. Consider refactoring.
path("submit/", WorkFormView.as_view(), name="work-form-view"),
Similar blocks of code found in 2 locations. Consider refactoring.
path("report/", WorkReportView.as_view(), name="work-report-view"),
Similar blocks of code found in 2 locations. Consider refactoring.
]