~ubuntu-branches/ubuntu/lucid/python-django/lucid-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog, Brett Parker, Raphael Hertzog
  • Date: 2006-10-09 12:10:27 UTC
  • Revision ID: james.westby@ubuntu.com-20061009121027-uk00t2t5i8oc221a
Tags: 0.95-1
[ Brett Parker ]
* 0.95 release - initial packaging

[ Raphael Hertzog ]
* Fix recommends: s/python-sqlite/python-pysqlite2/
* Add debian/pyversions to ensure that we have at least python 2.3 (and to
  work around bug #391689 of python-support).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
6
Standards-Version: 3.7.2
 
7
Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
 
8
 
 
9
Package: python-django
 
10
Architecture: all
 
11
Depends: ${python:Depends}
 
12
Recommends: python-psycopg, python-pysqlite2, python-mysqldb
 
13
Priority: optional
 
14
Description: A high-level Python Web framework
 
15
 Django is a high-level Python Web framework that encourages rapid development
 
16
 and clean, pragmatic design.
 
17
 .
 
18
 Python's equivalent to the famous Ruby on rails, Django lets you build
 
19
 high-performing, elegant Web applications quickly. Django focuses on
 
20
 automating as much as possible and adhering to the "Don't Repeat
 
21
 Yourself" (DRY) principle.
 
22
 .
 
23
 It notably features:
 
24
  * an object-relational mapper
 
25
  * an automatic admin interface
 
26
  * an elegant URL design
 
27
  * a template system
 
28
  * a cache system
 
29
  * internationalization support
 
30
 .
 
31
  Homepage: http://www.djangoproject.com/