Django

Code

root/django/tags/releases/0.96/docs/distributions.txt

Revision 4743, 2.9 kB (checked in by adrian, 2 years ago)

Fixed typo in docs/distributions.txt. Thanks, Rick v H

Line 
1 ===================================
2 Third-party distributions of Django
3 ===================================
4
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.
10
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.
15
16 .. _installing the development version: ../install/#installing-the-development-version
17
18 Linux distributions
19 ===================
20
21 Debian
22 ------
23
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``.
27
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.
31
32 .. _Debian GNU/Linux: http://www.debian.org/
33 .. _packaged version of Django: http://packages.debian.org/testing/python/python-django
34
35 Ubuntu
36 ------
37
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.
42
43 .. _Ubuntu Linux: http://www.ubuntu.com/
44 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django
45
46 Fedora
47 ------
48
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``.
52
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
55
56 Gentoo
57 ------
58
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``.
61
62 .. _Gentoo Linux: http://www.gentoo.org/
63 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django
64
65 For distributors
66 ================
67
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.
70
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.
74
75 .. _django-developers mailing list: http://groups.google.com/group/django-developers/
76 .. _django-announce mailing list: http://groups.google.com/group/django-announce/
Note: See TracBrowser for help on using the browser.