work/urls.py
Similar blocks of code found in 2 locations. Consider refactoring.from django.urls import pathSimilar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring.from .views import WorkFormView, WorkReportViewSimilar 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.]