mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
feat(insights): sankey diagram (WIP)
This commit is contained in:
7
app/apps/insights/urls.py
Normal file
7
app/apps/insights/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("insights/sankey/", views.sankey, name="sankey"),
|
||||
]
|
||||
Reference in New Issue
Block a user