mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:59:24 +02:00
Added task to delete unused cached files
This commit is contained in:
parent
6a04779125
commit
c20e4d7c9a
4 changed files with 73 additions and 0 deletions
|
@ -185,6 +185,11 @@ class LibraryTrackFactory(factory.DjangoModelFactory):
|
|||
class Meta:
|
||||
model = models.LibraryTrack
|
||||
|
||||
class Params:
|
||||
with_audio_file = factory.Trait(
|
||||
audio_file=factory.django.FileField()
|
||||
)
|
||||
|
||||
|
||||
@registry.register(name='federation.Note')
|
||||
class NoteFactory(factory.Factory):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue