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的创建.
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 details)
File details
Details for the file django-weixin-0.1.6.tar.gz
.
File metadata
- Download URL: django-weixin-0.1.6.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9fe56d639cf01651472df2b0d0f04e184ea018cbb54eb5478e7d084c9277667b
|
|
MD5 |
1a84949a0ff2c3e66aca73f5180d761e
|
|
BLAKE2b-256 |
c84daaac0eb274c5fdeb432d7ccdbf42b57578ead33b7305f362435226b0f8f1
|