https://github.com/dataxujing/django-qr
Django web实现各种二维码生成
https://github.com/dataxujing/django-qr
django
Last synced: about 1 year ago
JSON representation
Django web实现各种二维码生成
- Host: GitHub
- URL: https://github.com/dataxujing/django-qr
- Owner: DataXujing
- Created: 2019-01-27T17:19:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T17:22:19.000Z (over 7 years ago)
- Last Synced: 2025-02-09T09:29:06.555Z (over 1 year ago)
- Topics: django
- Language: HTML
- Homepage:
- Size: 15.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于Django的二维码生成 web应用
**DataXujing**
解决的问题:
+ 在线生成各种样式的二维码!
本地服务器运行:
```
pip install -r requirement.txt
```
```
python manage.py runserver your-IP:your-PORT
```
可自行部署到云端或服务器!