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

Generate QR code images locally, rather than use external service #75

Closed lmorchard closed 12 years ago

lmorchard commented 12 years ago

This thing has used Google Charts API and also qrserver.com to generate QR code images.

Think about using pyqrnative to generate QR code images without (ab)using an external service. Maybe use this blog post describing auto-generating the images in the model for inspiration?

lmorchard commented 12 years ago

Generating the QR codes on the fly at PDF generation time with 72f363c. Might want to think about generating them at claim code generation time as a model field.