Fix aggregation

This commit is contained in:
2023-02-26 01:56:11 -05:00
parent ab728de75f
commit 93c4dd3d3b
15 changed files with 306 additions and 102 deletions

View File

@ -42,4 +42,9 @@ urlpatterns = [
name='mopidy-webhook',
),
path('export/', views.export, name='export'),
path(
'charts/',
views.ChartRecordView.as_view(),
name='charts-home',
),
]