Skip to main content

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

django-wechat-feedback-0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

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