Skip to main content

A simple Django application to implementation Wechat API.

Project description

=====
django-weixin
=====

Django-wechat采用Django框架实现微信公众号的开发.

详尽的文档在 "docs" 文件夹中.

Quick start
-----------

1. 添加'django-weixin'在你的setting.py文件中::

INSTALLED_APPS = (
...
'django_weixin',
)

2. 配置URL路由::

url(r'^django-weixin/', include('django_weixin.urls')),

3. 运行'python manage.py makemigrations && python manage.py migrate'命令来进行model的创建.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-weixin-0.1.6.tar.gz (9.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page