Slanje dokumenta u PDF fajlu

This commit is contained in:
2025-02-24 10:19:27 +01:00
parent c9cf1cee86
commit 460f6a38a1
5 changed files with 64 additions and 25 deletions

View File

@@ -12,4 +12,5 @@ urlpatterns = [
path('document/<uuid:document_id>/', v.document, name='document'),
path('preview/<str:name>/', v.template_preview, name='template_preview'),
path("payment/", v.payment_page, name="payment_page"),
path('pdf/<uuid:document_id>/', v.pdf_view, name='pdf_view'),
]