File: control

package info (click to toggle)
python-django 0.95.1-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,344 kB
  • ctags: 3,919
  • sloc: python: 24,083; makefile: 14; sql: 6
file content (33 lines) | stat: -rw-r--r-- 1,305 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
22
23
24
25
26
27
28
29
30
31
32
33
Source: python-django
Section: python
Priority: optional
Maintainer: Brett Parker <iDunno@sommitrealweird.co.uk>
Uploaders: Raphael Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/

Package: python-django
Architecture: all
Depends: ${python:Depends}
Recommends: python-pysqlite2
Suggests: python-psycopg2, python-psycopg, python-mysqldb
Priority: optional
Description: A high-level Python Web framework
 Django is a high-level Python Web framework that encourages rapid development
 and clean, pragmatic design.
 .
 Python's equivalent to the famous Ruby on rails, Django lets you build
 high-performing, elegant Web applications quickly. Django focuses on
 automating as much as possible and adhering to the "Don't Repeat
 Yourself" (DRY) principle.
 .
 It notably features:
  * an object-relational mapper
  * an automatic admin interface
  * an elegant URL design
  * a template system
  * a cache system
  * internationalization support
 .
  Homepage: http://www.djangoproject.com/