| 1 |
Source: python-django
|
| 2 |
Section: python
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Brett Parker <iDunno@sommitrealweird.co.uk>
|
| 5 |
Uploaders: Raphael Hertzog <hertzog@debian.org>, Gustavo Noronha Silva <kov@debian.org>, David Spreen <netzwurm@debian.org>, Chris Lamb <lamby@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
| 6 |
Standards-Version: 3.8.0
|
| 7 |
Build-Depends: debhelper (>= 7.0.50), python-support, quilt
|
| 8 |
Build-Depends-Indep: python-sphinx, libjs-jquery
|
| 9 |
Homepage: http://www.djangoproject.com/
|
| 10 |
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
|
| 11 |
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django/trunk/
|
| 12 |
|
| 13 |
Package: python-django
|
| 14 |
Architecture: all
|
| 15 |
Depends: ${misc:Depends}, ${python:Depends}
|
| 16 |
Recommends: libjs-jquery
|
| 17 |
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
|
| 18 |
Description: High-level Python web development framework
|
| 19 |
Django is a high-level web application framework that loosely follows the
|
| 20 |
model-view-controller design pattern.
|
| 21 |
.
|
| 22 |
Python's equivalent to Ruby on Rails, Django lets you build complex
|
| 23 |
data-driven websites quickly and easily - Django focuses on automating as much
|
| 24 |
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
|
| 25 |
.
|
| 26 |
Django additionally emphasizes reusability and "pluggability" of components;
|
| 27 |
many generic third-party "applications" are available to enhance projects or
|
| 28 |
to simply to reduce development time even further.
|
| 29 |
.
|
| 30 |
Notable features include:
|
| 31 |
* An object-relational mapper (ORM)
|
| 32 |
* Automatic admin interface
|
| 33 |
* Elegant URL dispatcher
|
| 34 |
* Form serialization and validation system
|
| 35 |
* Templating system
|
| 36 |
* Lightweight, standalone web server for development and testing
|
| 37 |
* Internationalization support
|
| 38 |
* Testing framework and client
|