https://github.com/chanmo/django-payment-cn
基于Django的支付模块
https://github.com/chanmo/django-payment-cn
alipay django douyin payment wechat
Last synced: about 2 months ago
JSON representation
基于Django的支付模块
- Host: GitHub
- URL: https://github.com/chanmo/django-payment-cn
- Owner: ChanMo
- License: mit
- Created: 2019-08-03T06:25:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T06:59:21.000Z (over 6 years ago)
- Last Synced: 2025-07-02T14:07:26.012Z (12 months ago)
- Topics: alipay, django, douyin, payment, wechat
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
DjangoPaymentCn
===============
基于Django的支付模块
包括支付宝支付, 微信支付, 抖音支付
Quick start
-------------
1. Add "payment" to your INSTALLED_APPS setting
like this::
INSTALLED_APPS = [
...
'payment'
]
2. Run `python manage.py migrate` to create the payment models.