django-qrcode icon indicating copy to clipboard operation
django-qrcode copied to clipboard

is the project still alive?

Open vinhouw opened this issue 4 years ago • 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!

vinhouw avatar Jan 13 '21 18:01 vinhouw