Skip to main content

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

Project description

Build Status Coverage Status Pypi Version Pypi Downloads

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

Detailed documentation is in Model Feedback Github Page.

Intallation

pip install django-modelfeedback

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.

Sample Application

cd sample
pip install -r requirements.txt
./manage syncdb
./manage runserver

Visit http://127.0.0.1/ to see the sample.

License

MIT License. See LICENSE file.

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.1.tar.gz (5.2 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