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