[charts] Big revamp of the charts app
All checks were successful
build & deploy / test (push) Successful in 1m53s
build & deploy / deploy (push) Successful in 24s

This commit is contained in:
2026-03-21 18:13:34 -04:00
parent 565adfe58e
commit d5d27256f8
31 changed files with 2006 additions and 1100 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 4.2.29 on 2026-03-21 20:15
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("scrobbles", "0072_add_scrobble_indexes"),
]
operations = [
migrations.DeleteModel(
name="ChartRecord",
),
]