add generation_pdf pdf , fix 500 error , install reportlab
This commit is contained in:
@@ -20,7 +20,7 @@ urlpatterns = [
|
||||
path('task/', include(
|
||||
[
|
||||
path('list/', task.TaskListView.as_view()),
|
||||
path('<int:id>/', task.TaskDetailView.as_view()),
|
||||
path('<int:pk>/', task.TaskDetailView.as_view()),
|
||||
path('create/', task.TaskCreateView.as_view()),
|
||||
]
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user