insights (wip)

This commit is contained in:
Herculino Trotta
2025-02-12 09:48:31 -03:00
parent 28b12faaf0
commit 038438fba7
4 changed files with 31 additions and 45 deletions

View File

@@ -3,5 +3,6 @@ from django.urls import path
from . import views
urlpatterns = [
path("insights/", views.index, name="insights_index"),
path("insights/sankey/", views.sankey, name="sankey"),
]