Supports profile updates

only background for now, but hey.
This commit is contained in:
2025-05-22 22:53:39 +02:00
parent a54f8947bb
commit e7cc031588
3 changed files with 20 additions and 6 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
from .track import TrackSerializer
from .artist import ArtistSerializer
from .user import UserSerializer
from .album import AlbumSerializer
from .profile import ProfileSerializer, BackgroundSerializer
from .track import *
from .artist import *
from .user import *
from .album import *
from .profile import *
from .vote import *