Refactors en stemmen werkt
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user