https://github.com/rtlee9/inventory_qr
Inventory QR code utils
https://github.com/rtlee9/inventory_qr
Last synced: over 1 year ago
JSON representation
Inventory QR code utils
- Host: GitHub
- URL: https://github.com/rtlee9/inventory_qr
- Owner: rtlee9
- Created: 2024-02-07T04:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T03:08:15.000Z (over 1 year ago)
- Last Synced: 2025-02-03T04:19:17.200Z (over 1 year ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dynamic qr codes
A django web app for creating and managing dynamic QR codes. A user can enter a target URL and a short URL. The short URL gets a QR code and redirects web traffic to the target URL. The short URL can be updated after the QR code is generated in order to redirect to a different target URL than the original one.
## Demo
Please see [here](https://qr.ryanlee.site/) for a live demo.