You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Die default setup form view (views.py:24) liefert den qrcode context wie folgt aus: 'qrcode': qr_code.getvalue().decode("utf-8")
Das führt in der qrcode library > 7.3.1 zu einem Darstellungsproblem, dass auch hier gut beschrieben ist: lincolnloop/python-qrcode#353
Die setup View sollte entweder den replace fix durchführen, oder auch die device.config_url zurückliefern, dann könnte man eigene qrcode filter / template tags benutzen.
The text was updated successfully, but these errors were encountered:
Die default setup form view (views.py:24) liefert den qrcode context wie folgt aus:
'qrcode': qr_code.getvalue().decode("utf-8")
Das führt in der qrcode library > 7.3.1 zu einem Darstellungsproblem, dass auch hier gut beschrieben ist:
lincolnloop/python-qrcode#353
Die setup View sollte entweder den replace fix durchführen, oder auch die device.config_url zurückliefern, dann könnte man eigene qrcode filter / template tags benutzen.
The text was updated successfully, but these errors were encountered: