Skip to content

基于django-wechat-base的微信自定义菜单模块

License

Notifications You must be signed in to change notification settings

ChanMo/django-wechat-menu

Repository files navigation

微信自定义菜单管理模块

基于django-wechat-base的简单微信自定义管理模块

快速开始:

安装django-wechat-menu:

pip install django-wechat-menu

修改settings.py文件:

INSTALLED_APPS = (
    ...
    'wechat',
    'wechat_menu',
    ...
)

在settings.py文件底部添加:

# wechat config
WECHAT = [
    {
        'appid': 'demo',
        'appsecret': 'demo',
        'token': 'demo',
    },
]

版本更改:

About

基于django-wechat-base的微信自定义菜单模块

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published