django-contact-form 1.4ΒΆ
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:
url(r'^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.
Contents:
Installation and configuration
For developers
Other documentation