python-django 1.6-1 source package in Ubuntu
Changelog
python-django (1.6-1) unstable; urgency=low * New upstream version. Closes: #557474, #724637. * python-django now also suggests the installation of ipython, bpython, python-django-doc, and libgdal1. Closes: #636511, #686333, #704203 * Set package maintainer to Debian Python Modules Team. * Bump standards version to 3.9.5, no changes needed. -- Luke Faraone <email address hidden> Thu, 07 Nov 2013 15:33:49 -0500
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django_1.6-1.dsc | 2.2 KiB | 7f9627a42b494b3adf1b077f52ec99dba14161571ddb91bdc0a9f85b650f5f7d |
python-django_1.6.orig.tar.gz | 6.3 MiB | d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98 |
python-django_1.6-1.debian.tar.gz | 20.1 KiB | dab05fc92abe80c07134fb933e2aa35bf58e2c2b8f09ec02f1f6bd4a938ba316 |
Available diffs
No changes file available.
Binary packages built by this source
- python-django: High-level Python web development framework
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
- python-django-doc: High-level Python web development framework (documentation)
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.
.
This package contains the HTML documentation and example projects.