一个基于django和wechat的钱包模块
功能说明:
每个微信会员有一个唯一的钱包
钱包有交易记录
快速开始:
安装 django-wechat-wallet :
pip install django-wechat-wallet
修改 settings.py 文件:
INSTALLED_APPS = (
...
'wallet',
...
)
修改 urls.py 文件:
url(r'^wallet/', include('wallet.urls', namespace='wallet')),
更新数据库:
python manage.py makemessage wallet
python manage.py migrate
版本更改:
v0.1 第一版
Release files for django-wechat-wallet 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-wechat-wallet-0.2.0.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_wechat_wallet-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.0 kB
Release files / django-wechat-wallet-0.2.0.tar.gz
| Download URL | django-wechat-wallet-0.2.0.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9361bd61aa85a05e19f84efb753f06c6caa3e19a2765fe859ee92efe14b2f133
|
|
BLAKE2b-256 checksum How to use checksums |
66ace9bc76c9d12eb129708eb315b9ab6f379b26142a236c3b20c8604fb6c963
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_wechat_wallet-0.2.0-py3-none-any.whl
| Download URL | django_wechat_wallet-0.2.0-py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e1d21ec3f0d9a7bbded9e57f012c1f18dfe00e5dd81b28bd56dda5d64abacaf4
|
|
BLAKE2b-256 checksum How to use checksums |
e4cfa91cac7dfb1efd3924a55515b773c6dc1514ee5fc5a1e48a57cf5d9672ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |