I have uploaded some images within the CKEditor, and uploaded images are stored on the server, when I delete the image on the editor, the image stored on the server is not deleted.
Django 2.2, python 3.7, postgresql.
my question: can I set it on ckeditor or on models?
if can how to create a condition when the upload image is automatically deleted when removed on ckeditor?