| 1 |
brettp-guest |
1388 |
Source: python-django
|
| 2 |
|
|
Section: python
|
| 3 |
|
|
Priority: optional
|
| 4 |
|
|
Maintainer: Brett Parker <iDunno@sommitrealweird.co.uk>
|
| 5 |
netzwurm |
6200 |
Uploaders: Raphael Hertzog <hertzog@debian.org>, Gustavo Noronha Silva <kov@debian.org>, David Spreen <netzwurm@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
| 6 |
netzwurm |
6374 |
Standards-Version: 3.8.0
|
| 7 |
hertzog |
4487 |
Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3)
|
| 8 |
netzwurm |
6391 |
Build-Depends-Indep: gs-common, python-sphinx, libjs-jquery, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended
|
| 9 |
piotr |
3302 |
Homepage: http://www.djangoproject.com/
|
| 10 |
hertzog |
3371 |
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
|
| 11 |
morph-guest |
4191 |
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/?op=log
|
| 12 |
brettp-guest |
1388 |
|
| 13 |
|
|
Package: python-django
|
| 14 |
|
|
Architecture: all
|
| 15 |
|
|
Depends: ${python:Depends}
|
| 16 |
hertzog |
1689 |
Recommends: python-pysqlite2
|
| 17 |
netzwurm |
6176 |
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
|
| 18 |
brettp-guest |
1388 |
Priority: optional
|
| 19 |
|
|
Description: A high-level Python Web framework
|
| 20 |
|
|
Django is a high-level Python Web framework that encourages rapid development
|
| 21 |
|
|
and clean, pragmatic design.
|
| 22 |
|
|
.
|
| 23 |
|
|
Python's equivalent to the famous Ruby on rails, Django lets you build
|
| 24 |
|
|
high-performing, elegant Web applications quickly. Django focuses on
|
| 25 |
|
|
automating as much as possible and adhering to the "Don't Repeat
|
| 26 |
|
|
Yourself" (DRY) principle.
|
| 27 |
|
|
.
|
| 28 |
|
|
It notably features:
|
| 29 |
|
|
* an object-relational mapper
|
| 30 |
|
|
* an automatic admin interface
|
| 31 |
|
|
* an elegant URL design
|
| 32 |
|
|
* a template system
|
| 33 |
|
|
* a cache system
|
| 34 |
|
|
* internationalization support
|
| 35 |
netzwurm |
6382 |
|
| 36 |
|
|
Package: python-django-doc
|
| 37 |
|
|
Architecture: all
|
| 38 |
|
|
Depends: libjs-jquery
|
| 39 |
|
|
Section: doc
|
| 40 |
|
|
Description: Documentation for Python Django
|
| 41 |
|
|
This package contains the documentation for Python Django 1.0 in HTML
|
| 42 |
|
|
format.
|