remove notification, update template
Project description
一个基于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 第一版
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-wechat-wallet-0.2.0.tar.gz.
File metadata
- Download URL: django-wechat-wallet-0.2.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9361bd61aa85a05e19f84efb753f06c6caa3e19a2765fe859ee92efe14b2f133
|
|
| MD5 |
36f3e1e870f5d5e7d8ab3fb139235780
|
|
| BLAKE2b-256 |
66ace9bc76c9d12eb129708eb315b9ab6f379b26142a236c3b20c8604fb6c963
|
File details
Details for the file django_wechat_wallet-0.2.0-py3-none-any.whl.
File metadata
- Download URL: django_wechat_wallet-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1d21ec3f0d9a7bbded9e57f012c1f18dfe00e5dd81b28bd56dda5d64abacaf4
|
|
| MD5 |
2ae75dd9c7916d17c665a5ce282cf84f
|
|
| BLAKE2b-256 |
e4cfa91cac7dfb1efd3924a55515b773c6dc1514ee5fc5a1e48a57cf5d9672ee
|