django-contact-form 1.2¶
django-contact-form
is a simple application providing simple,
customizable contact-form functionality for Django-powered Web sites.
Basic functionality (collecting a name, email address and message) can be achieved uot 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¶