mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

When a new image is uploaded on editing a badge, the old one is not deleted from the file system. #148

Open lmorchard opened 11 years ago

lmorchard commented 11 years ago

Seems like I had this problem with MDN Demo Studio, resolved thusly:

https://github.com/mozilla/kuma/blob/master/lib/utils.py#L121 https://github.com/mozilla/kuma/blob/master/apps/demos/models.py#L240