django-qrcode
django-qrcode copied to clipboard
is the project still alive?
I am having issue passing on information from an object in my template.
{{ item.name }} {{ item.partNumber }}
how can I pass it on so it generates a QR code for whatever item.name and item.partNumber are?
i tried {% qr_from_text request.item.name size="M" %}
and a bunch of variants...just no luck.
thank you!