Skip to main content

Adds support for receive feedback to django models using Likert scale.

Project description

Build Status Coverage Status

Adds support for receive feedback to django models using Likert scale.

Detailed documentation is in Model Feedback Github Page.

Quick start

  1. Add “modelfeedback” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'modelfeedback',
    )
  2. Include the modelfeedback URLconf in your project urls.py like this:

    url(r'^feedback/', include('modelfeedback.urls')),
  3. Run python manage.py syncdb to create the feedback 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

django-modelfeedback-0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

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