add generation_pdf pdf , fix 500 error , install reportlab

This commit is contained in:
Shaxobff
2026-05-04 16:15:12 +05:00
parent 1ff23af8bf
commit 0c9c726756
7 changed files with 195 additions and 10 deletions

View File

@@ -88,4 +88,5 @@ urlpatterns = [
)),
path("calculate_avg_cost/", views.AvgCostAPIView.as_view()),
path("vehicle_document/", views.GeneratePDFView.as_view()),
]