Hi, I've searched a lot for this problem, but I never found one real solution.
I've a simple Django News model with an ImageField set correctly.
What I need is to delete the old image file when I upload a new image file with ImageField.
What is the best and clear solution?
I've others model have others ImageField... with the same problem.
One solution, maybe, is to clear Media Folder with an automated script... but... I prefer one standalone solution if is possible.
ps: sorry for my english! :)