Adds support for receive feedback to django models using Likert scale.
Project description
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
Add “modelfeedback” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'modelfeedback', )
Include the modelfeedback URLconf in your project urls.py like this:
url(r'^feedback/', include('modelfeedback.urls')),
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django-modelfeedback-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b3ed4ee48c518ba2a1b1d9decbe999b383bb1810a2c5ce0757448fec84f0544 |
|
MD5 | 33b82d7708c55484f9535e70eb23bb4c |
|
BLAKE2b-256 | 84eae2904ed73301fdacf9bf689a1cb3fb06eb6bd98c9ba3e6bffd1d0be72dfc |
Close
Hashes for django-modelfeedback-0.1.2.macosx-10.8-intel.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3a9cdfc1f35c7166e1b9486c646222ec76adc7d63057b4fefde832aa9bb5f97 |
|
MD5 | 94dfe143333b0e65cd99c91655b81f73 |
|
BLAKE2b-256 | e1b76dfa65c06f8eb7df0faf1cd27b2624c886e9e9189418bb6bbedc78138280 |