django wechat pay
1.0.0
Installez Django-wechat-pay :
pip installer django-wechat-pay
Modifiez le fichier settings.py :
INSTALLÉ_APPS = ( ... 'wechat', 'wechat_pay', ... )
Au bas du fichier settings.py, ajoutez :
# configuration WeChat WECHAT = [ { 'appid' : 'démo', 'appsecret' : 'démo', 'jeton' : 'démo', 'mch_id' : 'démo', 'clé' : 'démo', 'corps' : 'démo', }, ]