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 details)

Uploaded Source

Built Distribution

django_wechat_pay-0.0.6-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file django-wechat-pay-0.0.6.tar.gz.

File metadata

File hashes

Hashes for django-wechat-pay-0.0.6.tar.gz
Algorithm Hash digest
SHA256 bed18f0cc13cfa1cfd9d6da087ea38edca3db052e5d77b70fb8a5924f41c1ca9
MD5 7c0138af76f8a9ebdcf75b030452993d
BLAKE2b-256 b728c8d5101a62e8598e30bd45fff958f03c45a02dac465b1dd58211dfc4b60c

See more details on using hashes here.

File details

Details for the file django_wechat_pay-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for django_wechat_pay-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ddb0ba281f439e61df97919af60bf9254507591605b0446a5e88170338741399
MD5 ae3bc81b844dc7f97f9113a70e42bc62
BLAKE2b-256 556222b241b92abd7587d82e8a0dfe64a670a8c9bee3142d45014ce93a28ac4c

See more details on using hashes here.

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