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
Built Distribution
File details
Details for the file django-wechat-pay-0.0.6.tar.gz
.
File metadata
- Download URL: django-wechat-pay-0.0.6.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bed18f0cc13cfa1cfd9d6da087ea38edca3db052e5d77b70fb8a5924f41c1ca9 |
|
MD5 | 7c0138af76f8a9ebdcf75b030452993d |
|
BLAKE2b-256 | b728c8d5101a62e8598e30bd45fff958f03c45a02dac465b1dd58211dfc4b60c |
File details
Details for the file django_wechat_pay-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: django_wechat_pay-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddb0ba281f439e61df97919af60bf9254507591605b0446a5e88170338741399 |
|
MD5 | ae3bc81b844dc7f97f9113a70e42bc62 |
|
BLAKE2b-256 | 556222b241b92abd7587d82e8a0dfe64a670a8c9bee3142d45014ce93a28ac4c |