django-qrcode
django-qrcode copied to clipboard
Simple django application to simplify the inclusion of QR codes
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...
Missed a spot -- I patched it up for you.
I Trying to use {% qr_from_text "{{ request.path }}" "s" %} But, doesn't show me the full path, only the text {{ request.path }}... if I don't put "... show...
I don't think that use external services to generate a qrcode is necessary. This is bad for privacy. This is a Django App, it is possible write a Django view...
I didn't put lots of thoughts there ;) IMO we could think of removing qr_from_object altogether, since not every user defines the absolute urls in the same way... Bests, Olivier
Hi, Thanks for the awesome library ! Here it doesn't work well under django 1.9. I get : ``` RuntimeError at /accounts/login/ Model class django.contrib.sites.models.Site doesn't declare an explicit app_label...
So we're able to change via css the size, postion, etc...
this repo is no longer maintained and instead suggests the usage of: https://pypi.org/project/django-qr-code/ https://pypi.org/project/django-qr-code/ is great for generating qr codes in the template I think there is room for a...