Fix(dev): fix docker development set-up (#2102)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2367>
This commit is contained in:
parent
6edb1624fc
commit
c55a1d1da4
3 changed files with 18 additions and 10 deletions
|
|
@ -15,7 +15,10 @@ def create_data(count=25):
|
|||
)
|
||||
for album in albums:
|
||||
factories.UploadFactory.create_batch(
|
||||
track__album=album, size=random.randint(3, 18)
|
||||
track__album=album,
|
||||
size=random.randint(3, 18),
|
||||
playable=True,
|
||||
in_place=True,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue