django-contact-form-recaptcha 1.6.0

django-contact-form-recaptcha provides customizable contact-form functionality for Django-powered Web sites.

Basic functionality (collecting a name, email address, subject and message) can be achieved out of the box by setting up a few templates and adding one line to your site’s root URLconf:

url(r'^contact/', include('contact_form.urls')),

For notes on getting started quickly, and on how to customize django-contact-form-recaptcha’s behavior, read through the full documentation below.

Originally forked from django-contact-form.

Contents:

Installation and configuration

Other documentation