Se agrego filtro de organizacion a datastage y pedimentos

This commit is contained in:
2025-10-05 17:30:03 -06:00
parent 5c3df2f34c
commit 617756da56
4 changed files with 155 additions and 43 deletions

View File

@@ -1,11 +1,11 @@
from django.urls import path, include
from .views import ExportModelView, dashboard_summary
from .views_stats import documentos_por_fecha
from .views_table import table_summary
# from .views_stats import documentos_por_fecha
# from .views_table import table_summary
urlpatterns = [
path('exportmodel/', ExportModelView.as_view(), name='export-model'),
path('dashboard/summary/', dashboard_summary, name='dashboard-summary'),
#path('dashboard/summary/', dashboard_summary, name='dashboard-summary'),
#path('documentos-por-fecha/', documentos_por_fecha, name='documentos-por-fecha'),
#path('table-summary/', table_summary, name='table-summary'),