How to search table by QR code scanning in django admin

Lookup Records with Qr code scanning in Django

how we can add search option by QR scanning in django on the table.i wanna create the table .every item has unique QR code and i wanna search by scanning QR code (using mobile ) and show the matching data can i do in Django admin ???

Back to Top