How to remove images uploaded with django-ckeditor?
问题 I have uploaded some images within the CKEditor in the Django admin interface. I can browse and select images by clicking the "Image" button in the editor, and then click "Browse Server" in the window that pops up. Here is a screenshot of the pop-up: My question is: How can I delete images on the server? 回答1: I'm afraid this is not possible with ckeditor (at least I see no such functionality out-of-the-box). You can use a django file manager https://www.djangopackages.com/grids/g/file