django-editorjs-fields
django-editorjs-fields copied to clipboard
Does not clean up when deleted
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.
Hi, should we include DRF into this and call for @api_view(['POST']) to handle it?