Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blahgeek/weixin-mp
微信公众平台,django
https://github.com/blahgeek/weixin-mp
Last synced: 2 months ago
JSON representation
微信公众平台,django
- Host: GitHub
- URL: https://github.com/blahgeek/weixin-mp
- Owner: blahgeek
- Created: 2013-05-03T04:55:45.000Z (over 11 years ago)
- Default Branch: newb
- Last Pushed: 2015-01-18T02:47:24.000Z (almost 10 years ago)
- Last Synced: 2023-06-06T15:36:21.995Z (over 1 year ago)
- Language: Python
- Size: 295 KB
- Stars: 43
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 微信公众平台+Django
详见[官方wiki](http://mp.weixin.qq.com/wiki/index.php)
## How to run
- 在mp.weixin.qq.com申请公众账号,使用“开发模式”,配置`Token`,在`settings.py`中填入自己的`Token`
- 配置服务器地址,`python2 ./manage.py runserver`运行## Plugins
- 在`plugins`添加文件,参见`sample.py`。
- 在`plugins/__init__.py`的`__all__`中加入添加的插件文件名