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

Disable badge award image baking #139

Closed lmorchard closed 11 years ago

lmorchard commented 11 years ago

Since hosted assertions are the current state of OBI art, we might as well stop baking the URL into images for now and stop generating all these extra redundant images for awards.

Might be handy in the future to just generate them on the fly as an option?