|
|
Providing some sort of contact or feedback form for soliciting information from site visitors is a common need in web development, and writing a contact form and associated handler view, while relatively straightforward to do with Django, can be a tedious and repetitive task. This application aims to remove or reduce that tedium and repetition by providing generic contact-form functionality.
There are two ways to download: one is to follow the download link on the right-hand side of this page, and do the following:
tar zxvf contact_form-0.3.tar.gz cd contact_form-0.3 python setup.py install
The other is to do a Subversion checkout somewhere on your Python path:
svn checkout http://django-contact-form.googlecode.com/svn/trunk/contact_form/
Full documentation is available online, or in the docs/ directory of the package.
This application is still under development, and not yet tested in all situations; bug reports (click the "Issues" tab above) are appreciated.
