A pluggable user feedback app
Project description
Creates an ajax “feedback” button on your site, which pops up a form for the user to fill.
Add it to your installed apps:
INSTALLED_APPS += ('feedback',)
Sync the database
Add a line to your urls.py:
url(r'^feedback/', include('feedback.urls')),
Use it (only requires template modifications):
<!-- in header block --> {% include "feedback/header.html" %} <!-- in body block --> {% include "feedback/button.html" %}
Or use your own button which pops up feedback form:
<!-- in body block --> {% include "feedback/feedback.html" %} <div class="feedback_button"/>
All feedback can be seen in the Django admin interface
Class “modal-open” is added to body for compatibility with Bootstrap modal.
Feedback can optionally be emailed to you as well, as it is submitted. Specify your email address in settings.py:
FEEDBACK_EMAIL = “me@example.com”
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
File details
Details for the file django-feedback-1.1.1.tar.gz
.
File metadata
- Download URL: django-feedback-1.1.1.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2af4fe04f391d2086c29da0af4b446e94e799e32e54f81e7fba5af7d4603e447
|
|
MD5 |
8028a7dc6b7edf6ed68cffd31bb4809c
|
|
BLAKE2b-256 |
940148db7bec9a90bbab461564f1e64d4c37efe1ad0f61f168ca856de13f935c
|