1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-django-contact-form
Section: python
Priority: optional
Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python, python-support, quilt
Standards-Version: 3.8.1
Homepage: http://bitbucket.org/ubernostrum/django-contact-form/overview/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-contact-form/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-contact-form/trunk/
Package: python-django-contact-form
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: extensible contact-form application for Django
This is a reusable application which simplifies including a contact form within
Django, the Python web framework. Out of the box it provides a basic contact
form which, once appropriate templates have been written, will email site
administrators when the form is submitted.
.
The form and view used are designed to be extensible to allow for easy
adaptation to more complex needs. It also features built-in integration with
the Akismet web service, to simplify spam filtering.
|