Model Feedback v0.1.1
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.
Release files for django-modelfeedback 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-modelfeedback-0.1.2.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django-modelfeedback-0.1.2.macosx-10.8-intel.exe | Details |
Total release size: 75.3 kB
Release files / django-modelfeedback-0.1.2.tar.gz
| Download URL | django-modelfeedback-0.1.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b3ed4ee48c518ba2a1b1d9decbe999b383bb1810a2c5ce0757448fec84f0544
|
|
BLAKE2b-256 checksum How to use checksums |
84eae2904ed73301fdacf9bf689a1cb3fb06eb6bd98c9ba3e6bffd1d0be72dfc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django-modelfeedback-0.1.2.macosx-10.8-intel.exe
| Download URL | django-modelfeedback-0.1.2.macosx-10.8-intel.exe |
|---|---|
| Size | 70.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3a9cdfc1f35c7166e1b9486c646222ec76adc7d63057b4fefde832aa9bb5f97
|
|
BLAKE2b-256 checksum How to use checksums |
e1b76dfa65c06f8eb7df0faf1cd27b2624c886e9e9189418bb6bbedc78138280
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |