Paketname | python-django |
Beschreibung | High-level Python web development framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.2.3-3+squeeze2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 20356 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | libjs-jquery |
Paketbetreuer | Chris Lamb |
Quelle | |
Paketgröße | 4239356 Byte |
Prüfsumme MD5 | 07f1df0d4abbfffb2db5b23e84c0d623 |
Prüfsumme SHA1 | 60968834b55e4a8b5bd7c86d523568f7e1c9a4b0 |
Prüfsumme SHA256 | cb483197afe9f2ac40a847b77754d3cc2f2ba8663a19a53e664b1ef4626b1f03 |
Link zum Herunterladen | python-django_1.2.3-3+squeeze2_all.deb |
Ausführliche Beschreibung | Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
Python's equivalent to Ruby on Rails, Django lets you build complex
data-driven websites quickly and easily - Django focuses on automating as much
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
Django additionally emphasizes reusability and "pluggability" of components;
many generic third-party "applications" are available to enhance projects or
to simply to reduce development time even further.
.
Notable features include:
* An object-relational mapper (ORM)
* Automatic admin interface
* Elegant URL dispatcher
* Form serialization and validation system
* Templating system
* Lightweight, standalone web server for development and testing
* Internationalization support
* Testing framework and client
|