A simple feedback model based on django-wechat-member.
Project description
# Django-wechat-feedback
feedback base django.
Detailed documentation is in the "docs" directory
## Quick start
1. Add "feedback" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = (
...
'wechat',
'wechat_member',
'feedback',
)
```
2. Include the feedback URLconf in your project urls.py like this:
`url(r'^feedback', include('feedback.urls')),`
5. Run `python manage.py migrate` to create the wechat models.
feedback base django.
Detailed documentation is in the "docs" directory
## Quick start
1. Add "feedback" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = (
...
'wechat',
'wechat_member',
'feedback',
)
```
2. Include the feedback URLconf in your project urls.py like this:
`url(r'^feedback', include('feedback.urls')),`
5. Run `python manage.py migrate` to create the wechat models.
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
Built Distribution
File details
Details for the file django-wechat-feedback-0.2.tar.gz
.
File metadata
- Download URL: django-wechat-feedback-0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7bc311dd40542fd793ca2a8c6367224e457069989b020331dc43a7729562650 |
|
MD5 | a561746582014ec58b29bd04a159f80a |
|
BLAKE2b-256 | 58a2f7e3a1b5b7ece465c226ef37e3e650b8fcaf140175788e1b2aabf4e74925 |
File details
Details for the file django_wechat_feedback-0.2-py3-none-any.whl
.
File metadata
- Download URL: django_wechat_feedback-0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8944a5f598f764257ebdf102d234396ab8c45885808f261a2b1b220a3dfd517b |
|
MD5 | b9708d4824c44968c2556699d222f966 |
|
BLAKE2b-256 | 3b33b04a8e5d9617b51c7759f76570d1f096939be1c52973c81c3f6497d6064e |