App Engine Python SDK version 1.9.12
[gae.git] / python / lib / django-0.96 / docs / distributions.txt
blob63206c535edb3c3f8a8c1f7815be3bffdaaac5bc
1 ===================================
2 Third-party distributions of Django
3 ===================================
5 Several third-party distributors are now providing versions of Django integrated
6 with their package-management systems. These can make installation and upgrading
7 much easier for users of Django since the integration includes the ability to
8 automatically install dependancies (like database adapters) that Django
9 requires.
11 Typically, these packages are based on the latest stable release of Django, so
12 if you want to use the development version of Django you'll need to follow the
13 instructions for `installing the development version`_ from our Subversion
14 repository.
16 .. _installing the development version: ../install/#installing-the-development-version
18 Linux distributions
19 ===================
21 Debian
22 ------
24 A `packaged version of Django`_ is available for `Debian GNU/Linux`_, and can be
25 installed from either the "testing" or the "unstable" repositories by typing
26 ``apt-get install python-django``.
28 When you install this package, ``apt`` will recommend installing a database
29 adapter; you should select and install the adapter for whichever database you
30 plan to use with Django.
32 .. _Debian GNU/Linux: http://www.debian.org/
33 .. _packaged version of Django: http://packages.debian.org/testing/python/python-django
35 Ubuntu
36 ------
38 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in
39 the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu
40 package`_ is also based on Django 0.95.1 and can be installed in the same
41 fashion as for Debian.
43 .. _Ubuntu Linux: http://www.ubuntu.com/
44 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django
46 Fedora
47 ------
49 A Django package is available for `Fedora Linux`_, in the "Fedora Extras"
50 repository. The `current Fedora package`_ is based on Django 0.95.1, and can be
51 installed by typing ``yum install Django``.
53 .. _Fedora Linux: http://fedora.redhat.com/
54 .. _current Fedora package: http://fedoraproject.org/extras/6/i386/repodata/repoview/Django-0-0.95.1-1.fc6.html
56 Gentoo
57 ------
59 A Django build is available for `Gentoo Linux`_, and is based on Django 0.95.1.
60 The `current Gentoo build`_ can be installed by typing ``emerge django``.
62 .. _Gentoo Linux: http://www.gentoo.org/
63 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django
65 For distributors
66 ================
68 If you'd like to package Django for distribution, we'd be happy to help out!
69 Please join the `django-developers mailing list`_ and introduce yourself. 
71 We also encourage all distributors to subscribe to the `django-announce mailing
72 list`_, which is a (very) low-traffic list for announcing new releases of Django
73 and important bugfixes.
75 .. _django-developers mailing list: http://groups.google.com/group/django-developers/
76 .. _django-announce mailing list: http://groups.google.com/group/django-announce/