A django wrapper for wechat API
Project description
=====
Django-wechats
=====
Django-wechats is a wrapper for wechat API.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "app" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'app',
)
2. Include the app URLconf in your project urls.py like this::
url(r'^app/', include('app.urls')),
3. Run `python manage.py migrate` to create the app models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a app (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/app/ to participate in the app.
Django-wechats
=====
Django-wechats is a wrapper for wechat API.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "app" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'app',
)
2. Include the app URLconf in your project urls.py like this::
url(r'^app/', include('app.urls')),
3. Run `python manage.py migrate` to create the app models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a app (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/app/ to participate in the app.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-wechats-0.1.tar.gz
(10.0 kB
view details)
File details
Details for the file django-wechats-0.1.tar.gz.
File metadata
- Download URL: django-wechats-0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75a80012fb3bc6718329c73a0db199b9af18d470dd4a539f91656376c4475690
|
|
| MD5 |
772225896e25824abb5640bb339f2b78
|
|
| BLAKE2b-256 |
508003a43443c3979e4b89c083cd9ea54934cac9776bc3aa1bc66ed3958d1022
|