pablorecio/django-qrcode

is the project still alive?

Opened this issue · 0 comments

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!