Show only songs that match the user on manage page

This commit is contained in:
Lars van Rhijn
2023-10-12 18:14:03 +02:00
committed by Kees van Kempen
parent f69d0f1377
commit 107d5053d3
5 changed files with 41 additions and 17 deletions

View File

@ -30,6 +30,7 @@ argon2-cffi = "^23.1.0"
uritemplate = "^4.1.1"
pyyaml = "^6.0.1"
uwsgi = "^2.0.22"
django-filter = "^23.3"
django-tinymce = "^3.6.1"
bleach = { extras = ["css"], version = "^5.0.1" }