Skip to main content

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

django-feedback-1.1.1.tar.gz (29.3 kB view details)

Uploaded Source

File details

Details for the file django-feedback-1.1.1.tar.gz.

File metadata

File hashes

Hashes for django-feedback-1.1.1.tar.gz
Algorithm Hash digest
SHA256 2af4fe04f391d2086c29da0af4b446e94e799e32e54f81e7fba5af7d4603e447
MD5 8028a7dc6b7edf6ed68cffd31bb4809c
BLAKE2b-256 940148db7bec9a90bbab461564f1e64d4c37efe1ad0f61f168ca856de13f935c

See more details on using hashes here.

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