Skip to main content

django wechat pay, fixed view error

Project description

快速开始:

安装django-wechat-pay:

pip install django-wechat-pay

修改settings.py文件:

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

在settings.py文件底部添加:

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

版本更改:

  • 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-pay-0.0.6.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_wechat_pay-0.0.6-py3-none-any.whl (6.9 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