File: control

package info (click to toggle)
python-django-contact-form 0%2Bhg65-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 79
  • sloc: python: 221; makefile: 137
file content (21 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-django-contact-form
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christophe Siraut <d@tobald.eu.org>
Build-Depends: debhelper (>= 7), dh-python, python-all (>= 2.6.6-3~), python-setuptools, quilt
Standards-Version: 3.9.5
Homepage: http://bitbucket.org/ubernostrum/django-contact-form/overview/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-contact-form/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-contact-form/trunk/
X-Python-Version: >= 2.6

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. 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 and
 allow for easy adaptation to more complex needs.