4
Maintainer: Brett Parker <iDunno@sommitrealweird.co.uk>
5
Uploaders: Raphael Hertzog <hertzog@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6
Standards-Version: 3.7.2
7
Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
11
Depends: ${python:Depends}
12
Recommends: python-psycopg, python-pysqlite2, python-mysqldb
14
Description: A high-level Python Web framework
15
Django is a high-level Python Web framework that encourages rapid development
16
and clean, pragmatic design.
18
Python's equivalent to the famous Ruby on rails, Django lets you build
19
high-performing, elegant Web applications quickly. Django focuses on
20
automating as much as possible and adhering to the "Don't Repeat
21
Yourself" (DRY) principle.
24
* an object-relational mapper
25
* an automatic admin interface
26
* an elegant URL design
29
* internationalization support
31
Homepage: http://www.djangoproject.com/