fixed setup.py open error
Project description
一个基于django的微信基础功能模块
快速开始:
安装wechat:
pip install django-wechat-base
修改settings.py文件:
INSTALLED_APPS = (
...
'wechat',
...
)
在settings.py文件底部添加:
# wechat config
WECHAT = [
{
'appid': 'demo',
'appsecret': 'demo',
'token': 'demo',
},
]
版本更改:
v1.1 只保留Base基础类
v1.0 分离基础接口和菜单,回复等功能
v0.6 添加对python3.x支持
v0.5 添加客服支持
v0.4 添加多语言支持
v0.3 使js配置信息可编辑,添加Qrcode类
v0.2 添加WxMemberView
v0.1 第一版
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_wechat_base-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fd89baa29bf825f2f1e53a0bc65112976ae402f84437ea7021643b610a17788 |
|
MD5 | ef2338838d25721571bc72b5dfebec5e |
|
BLAKE2b-256 | ffe49e0c5cc1ddea24c7bc176b20ad93f38fa8a190b01b450a6f215398cfa31f |