django-editorjs-fields icon indicating copy to clipboard operation
django-editorjs-fields copied to clipboard

Does not clean up when deleted

Open sssilvar opened this issue 4 years ago • 1 comments

When deleting a post that contains images, it does not clean up the uploads associated with the post. It leaves the files In storage instead.

sssilvar avatar Feb 08 '21 12:02 sssilvar

Hi, should we include DRF into this and call for @api_view(['POST']) to handle it?

fecoderchinh avatar Jun 18 '22 02:06 fecoderchinh