django-contact-form 1.8.2

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

Basic functionality (collecting a name, email address 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:

path('contact/', include('contact_form.urls')),

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

Installation and configuration

Other documentation