Skip to content

Commit

Permalink
Remove unuseful settings for example wxjs. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 3, 2015
1 parent a7fed4f commit d0902a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/wxjs/wxjs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
STATIC_URL = '/static/'

# WeChat
WECHAT_APPID = 'wxe82ac2393d60e1e3'
WECHAT_SECRET = 'f03b742ff5b9ba2bbb2a7b7bb15266d7'
WECHAT_APPID = 'YOUR APPID'
WECHAT_SECRET = 'YOUR APP SECRET'

0 comments on commit d0902a3

Please sign in to comment.