Django, django-ckeditor-5. Delete media files after deleting the pages [closed]
everyone! I use django with django-ckeditor-5enter link description here. Users make his artickes, upload images in this editor. How delete images from article, when article is deleted.
django-cleanup doesn't solve that problem, because in deletes only images stored in separate field, but in the case of django-ckeditor-5, images are stored in the field "article_text"