An open API service indexing awesome lists of open source software.

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的支付模块

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.