use row_id_fields instead of select for big data
Project description
安装django-wechat-feedback:
pip install django-wechat-feedback
在settings.py文件中添加feedback:
INSTALLED_APPS = (
...
'feedback',
)
在urls.py文件中添加:
url(r'^feedback/', include('feedback.urls')),
更新数据库:
python manage.py migrate
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
File details
Details for the file django-wechat-feedback-0.4.tar.gz
.
File metadata
- Download URL: django-wechat-feedback-0.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 787c9e09ef976a7fef7306aaa340d8fa38c4fb69010b6e589605cabb0e3147e7 |
|
MD5 | cbd8645396799958f83bb64dbff6cccd |
|
BLAKE2b-256 | c45fe96e43c971100eba1b7c64256f7c9261f91447f920514434c820359367e6 |