mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 23:42:12 +02:00
See #75: initial subsonic implementation that works with http://p.subfireplayer.net
This commit is contained in:
parent
9682299480
commit
bbd273404a
15 changed files with 774 additions and 48 deletions
|
@ -26,7 +26,7 @@ class ArtistFactory(factory.django.DjangoModelFactory):
|
|||
class AlbumFactory(factory.django.DjangoModelFactory):
|
||||
title = factory.Faker('sentence', nb_words=3)
|
||||
mbid = factory.Faker('uuid4')
|
||||
release_date = factory.Faker('date')
|
||||
release_date = factory.Faker('date_object')
|
||||
cover = factory.django.ImageField()
|
||||
artist = factory.SubFactory(ArtistFactory)
|
||||
release_group_id = factory.Faker('uuid4')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue