Skip to main content

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',
},
]


版本更改:
---------


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-menu-0.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

django_wechat_menu-0.0.3-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 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