# QRServer **Repository Path**: Ma233/QRServer ## Basic Information - **Project Name**: QRServer - **Description**: 实现服务器二维码管理 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2014-01-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #QRServer ###use python2.7 ###use Mysql and django1.5.0 ###use utf-8 in mysql `````` CREATE DATABASE `数据库名` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; `````` ###use python package xlrd `````` sudo pip install xlrd `````` ###use django application django-qrcode `````` sudo pip install django-qrcode `````` The the default API of qrcode is chart.google, you'd better change the API because of GFW see more information on PyPI ###use django application django-pagination ###项目迁移到github私有仓库继续开发