ChanMo / django_wechat

基于django的微信基础模块
http://django-wechat.readthedocs.org
Other
10 stars 3 forks source link

where to put aes_key? #1

Open divinites opened 8 years ago

divinites commented 8 years ago

I am not sure about settings.py,

APPID, APPSECRET and TOKEN is quite obvious, but I did not find which one is for AES_KEY and encrypt-model.

ChanMo commented 8 years ago

WECHAT_MCH_ID and WECHAT_KEY is only for wechat pay , if you do not use wechat pay, just make it empty.