| Paketname | python-django | 
| Beschreibung | High-level Python web development framework | 
| Archiv/Repository | Offizielle Debian Security updates squeeze/updates (main) | 
| Version | 1.2.3-3+squeeze3 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 20284 Byte | 
| Hängt ab von | python (>= 2.3), python-support (>= 0.90.0) | 
| Empfohlene Pakete | libjs-jquery | 
| Paketbetreuer | Chris Lamb  | 
| Quelle |  | 
| Paketgröße | 4239072 Byte | 
| Prüfsumme MD5 | debd8f20a11aa5e0fabf6a6f2c3382f1 | 
| Prüfsumme SHA1 | 06dde38874023f139ad41a6481254b7a1a82b873 | 
| Prüfsumme SHA256 | 5addcb469066d34a44281fe07aec301752d860ed3571416d69c1257bcd088054 | 
| Link zum Herunterladen | python-django_1.2.3-3+squeeze3_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
 |