Se agrego creacion automatica de tareas:

This commit is contained in:
2025-10-05 21:00:33 -06:00
parent 617756da56
commit ae3cbeecdb
4 changed files with 63 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ from .views import ExportModelView, dashboard_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'),