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

Refine image uploading, validation errors, thumbnail generation #33

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

Image uploading for badges is very stupid right now. It doesn't generate thumbnails, and doesn't do much in the way of image validation or constraints. Spend some time improving this.