Skip to content

ChanMo/django-wechat-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

钱包模块

一个基于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.2 删去提醒功能,更新模板样式
  • v0.1 第一版

About

基于django和wechat的会员钱包模块

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published