Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wechat-base-1.1.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

django_wechat_base-1.1.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page