adds vote posting

also moves some validation code to the model
This commit is contained in:
2025-05-22 15:17:35 +02:00
parent 501044eef2
commit 3de8234fb9
7 changed files with 49 additions and 10 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ from .artist import ArtistSerializer
from .user import UserSerializer
from .album import AlbumSerializer
from .profile import ProfileSerializer, BackgroundSerializer
from .vote import VoteSerializer
from .vote import *