feat: export (WIP)

This commit is contained in:
Herculino Trotta
2025-02-19 08:51:33 -03:00
parent 3080df9b66
commit 069f1b450c
7 changed files with 268 additions and 4 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ from django.urls import path
import apps.export_app.views as views
urlpatterns = [
path("export/", views.export, name="export"),
path("export/", views.export_index, name="export_index"),
path("export/export/", views.export_form, name="export_form"),
]