A simple Django app to conduct Web-based weixin.
Project description
=====
django-wx
=====
django-wx is a simple Django app to conduct Web-based wechat. For each
question, visitors can choose between a fixed number of answers.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "wechat" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'wechat',
]
2. Include the wechat URLconf in your project urls.py like this::
path('wx/', include('wechat.urls')),
3. Run `python manage.py migrate` to create the wechat models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/wx/ to participate in the django-wx.
django-wx
=====
django-wx is a simple Django app to conduct Web-based wechat. For each
question, visitors can choose between a fixed number of answers.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "wechat" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'wechat',
]
2. Include the wechat URLconf in your project urls.py like this::
path('wx/', include('wechat.urls')),
3. Run `python manage.py migrate` to create the wechat models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/wx/ to participate in the django-wx.
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-wx-0.2.1.tar.gz
(6.6 kB
view details)
File details
Details for the file django-wx-0.2.1.tar.gz
.
File metadata
- Download URL: django-wx-0.2.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c3c0ee3153ad1dbf69fb93cd8ca22c4d01629f247247608522f74b53936adf8 |
|
MD5 | 0e34c884a38b7e2b353ca3373d9bb7c5 |
|
BLAKE2b-256 | 7e1b1eb581ab3efcd60aedf857bd0534318d1e5eb242303d43010a95c138c99b |