Paketname | python-django |
Beschreibung | High-level Python web development framework |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.1.1-2ubuntu1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 17656 Byte |
Hängt ab von | python (>= 2.3), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 3845972 Byte |
Prüfsumme MD5 | 8d201a92f238181844e52bd3aa340fa7 |
Prüfsumme SHA1 | 05fef094d2548fa38d69fdc0f37b2d56b9e97f5e |
Prüfsumme SHA256 | 9bfa727cdb85356f173898139f60196c0793f7de2c6c01deb64f015c04edd1a2 |
Link zum Herunterladen | python-django_1.1.1-2ubuntu1_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
|