Refactors en stemmen werkt

This commit is contained in:
2024-02-07 14:07:36 +01:00
parent 0f5090cadc
commit 48dcf3bd9d
8 changed files with 61 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from django.db import models
from random import choice
from .album import Album
from .artist import Artist
from .utils import from_json
class TrackManager(models.Manager):
def get_queryset(self):