remove encode twice error
Project description
微信自定义菜单管理模块
=================
基于django-wechat-base的简单微信自定义管理模块
快速开始:
---------
安装django-wechat-menu:
.. code-block::
pip install django-wechat-menu
修改settings.py文件:
.. code-block::
INSTALLED_APPS = (
...
'wechat',
'wechat_menu',
...
)
在settings.py文件底部添加:
.. code-block::
# wechat config
WECHAT = [
{
'appid': 'demo',
'appsecret': 'demo',
'token': 'demo',
},
]
版本更改:
---------
=================
基于django-wechat-base的简单微信自定义管理模块
快速开始:
---------
安装django-wechat-menu:
.. code-block::
pip install django-wechat-menu
修改settings.py文件:
.. code-block::
INSTALLED_APPS = (
...
'wechat',
'wechat_menu',
...
)
在settings.py文件底部添加:
.. code-block::
# wechat config
WECHAT = [
{
'appid': 'demo',
'appsecret': 'demo',
'token': 'demo',
},
]
版本更改:
---------
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters