Skip to main content

Simple feedback form for your django project.

Project description

This Django app has for provide simple form for sending mail forom users to admins your django-based site.

Installation

Install into your python path using pip or github version:

pip install django-simple-feedback-form

or:

pip install -e git://github.com/DOOMer/django-simple-feedback-form#egg=django-simple-feedback-form

Using in tour project

Add ‘feedback_form’ to your INSTALLED_APPS in settings.py,

INSTALLED_APPS = (

… ‘feedback_form’,

)

adn add ‘feedback_form.urls’ in your main usrs configuration:

url(r'^feedback/', include("feedback_form.urls", namespace="feedback_form")),

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-simple-feedback-form-1.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

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