distributions.txt 1.46 KB
Newer Older
1 2 3 4
===================================
Third-party distributions of Django
===================================

5
Many third-party distributors are now providing versions of Django integrated
6 7
with their package-management systems. These can make installation and upgrading
much easier for users of Django since the integration includes the ability to
8
automatically install dependencies (like database adapters) that Django
9 10 11 12
requires.

Typically, these packages are based on the latest stable release of Django, so
if you want to use the development version of Django you'll need to follow the
13
instructions for :ref:`installing the development version
14
<installing-development-version>` from our Git repository.
15

16 17 18 19 20
If you're using Linux or a Unix installation, such as OpenSolaris,
check with your distributor to see if they already package Django. If
you're using a Linux distro and don't know how to find out if a package
is available, then now is a good time to learn.  The Django Wiki contains
a list of `Third Party Distributions`_ to help you out.
21

22
.. _`Third Party Distributions`: https://code.djangoproject.com/wiki/Distributions
23

24

25 26 27 28
For distributors
================

If you'd like to package Django for distribution, we'd be happy to help out!
29
Please join the |django-developers| mailing list and introduce yourself.
30

31 32
We also encourage all distributors to subscribe to the |django-announce| mailing
list, which is a (very) low-traffic list for announcing new releases of Django
33
and important bugfixes.