Skip to main content

fixed base view

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


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-wallet-0.1.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

django_wechat_wallet-0.1.3-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

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