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:8000/ to see the sample.

Or visit the live demo.

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.2.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django-modelfeedback-0.1.2.macosx-10.8-intel.exe (70.0 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-modelfeedback-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8b3ed4ee48c518ba2a1b1d9decbe999b383bb1810a2c5ce0757448fec84f0544
MD5 33b82d7708c55484f9535e70eb23bb4c
BLAKE2b-256 84eae2904ed73301fdacf9bf689a1cb3fb06eb6bd98c9ba3e6bffd1d0be72dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django-modelfeedback-0.1.2.macosx-10.8-intel.exe
Algorithm Hash digest
SHA256 f3a9cdfc1f35c7166e1b9486c646222ec76adc7d63057b4fefde832aa9bb5f97
MD5 94dfe143333b0e65cd99c91655b81f73
BLAKE2b-256 e1b76dfa65c06f8eb7df0faf1cd27b2624c886e9e9189418bb6bbedc78138280

See more details on using hashes here.

Supported by

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