django-ajaximage
django-ajaximage copied to clipboard
Files are not removed on pressing 'Remove'
I've tried to upload an image three times and now there are three copies of it in the media folder.
Yes, this is confusing. Files are not actually removed from the filesystem, but the reference is removed from the model.
We should delete the file as well.