An open API service indexing awesome lists of open source software.

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实现各种二维码生成

Awesome Lists containing this project

README

          

# 基于Django的二维码生成 web应用

**DataXujing**

解决的问题:

+ 在线生成各种样式的二维码!

本地服务器运行:

```
pip install -r requirement.txt
```
```
python manage.py runserver your-IP:your-PORT
```

可自行部署到云端或服务器!