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 details)

Uploaded Source

Built Distribution

File details

Details for the file django-modelfeedback-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-modelfeedback-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f01ba11cb0e1a70371178aa6cc9fea79eb63e0a4df22dcfafd4af3059b862b67
MD5 bba2bf9a1d0be7ded62572105510a83c
BLAKE2b-256 710d5d448472c28c669120c7df6b3e84eda286a2ff50ae80e22023f1aec3c9b3

See more details on using hashes here.

Provenance

File details

Details for the file django-modelfeedback-0.1.1.macosx-10.8-intel.exe.

File metadata

File hashes

Hashes for django-modelfeedback-0.1.1.macosx-10.8-intel.exe
Algorithm Hash digest
SHA256 d1d1e9c9a8be00d0491284630a12d99ac0459e8fc864cd5e246ba01c8d91ee3f
MD5 eae4856e5cc35056806654e3da4fb291
BLAKE2b-256 2f3a60879f3bc7793ad767347bdf1fc56a4772626abc9dbbf0992eab1e2d678e

See more details on using hashes here.

Provenance

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