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

@ -1,3 +1,4 @@
from django.db.models import Count
from django.views import generic
from music.models import Track, Artist, Album
from scrobbles.stats import get_scrobble_count_qs