Skip to main content

fixed default queryset error, replace get by filter

Project description

基于django-wechat-base的简单微信消息管理模块

快速开始:

安装django-wechat-message:

pip install django-wechat-message

修改settings.py文件:

INSTALLED_APPS = (
    ...
    'wechat',
    'wechat_message',
    ...
)

在settings.py文件底部添加:

# wechat config
WECHAT = [
    {
        'appid': 'demo',
        'appsecret': 'demo',
        'token': 'demo',
    },
]

修改urls.py文件:

urlpatterns = [
    ...
    url(r'^wx/', include('wechat_message.urls', namespace='wx')),
    ...
]

版本更改:

  • v1.0 使用统一的xml回复

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-wechat-message-0.0.5.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_wechat_message-0.0.5-py2.py3-none-any.whl (8.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-wechat-message-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django-wechat-message-0.0.5.tar.gz
Algorithm Hash digest
SHA256 9f6ed078c67e8dec9e55e712515277ccf8900536b22f50877cbb53b8e30ab75d
MD5 71a159d88faac776a0f59bb035ab045a
BLAKE2b-256 401b1b04dda84f596e6c4c07de9e6688520daa7e95bec5c333518c8cc20f5f79

See more details on using hashes here.

File details

Details for the file django_wechat_message-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_wechat_message-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b4e896152238ca9d9a11239bb2200e6a1038368b918d3b1a13614f070fe713a4
MD5 6b37ddc4a0d8cbc0270ba3781d4b4ab5
BLAKE2b-256 8dc73e011e4fbdc5c8676310906df7f1ae42400fa6b9c703a272d3a70b23393e

See more details on using hashes here.

Supported by

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