Add the beginnings of charts

This commit adds a lot of files, but most of them have no impact on any
other code. The thrust here is to start creating chart pages showing
which tracks and artists were most played for various time periods. Lots
still not working, but we're getting there.
This commit is contained in:
2023-01-30 18:29:18 -05:00
parent 41570dc2f9
commit eed344ae46
17 changed files with 567 additions and 9 deletions

View File

@ -83,6 +83,7 @@ INSTALLED_APPS = [
"music",
"podcasts",
"sports",
"mathfilters",
"rest_framework",
"allauth",
"allauth.account",