App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / docs / misc / distributions.txt
blob729ce0717b3d0e663b923488ed8139a04161c412
1 ===================================
2 Third-party distributions of Django
3 ===================================
5 Many 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 dependencies (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 :ref:`installing the development version
14 <installing-development-version>` from our Subversion repository.
16 If you're using Linux or a Unix installation, such as OpenSolaris,
17 check with your distributor to see if they already package Django. If
18 you're using a Linux distro and don't know how to find out if a package
19 is available, then now is a good time to learn.  The Django Wiki contains
20 a list of `Third Party Distributions`_ to help you out.
22 .. _`Third Party Distributions`: https://code.djangoproject.com/wiki/Distributions
25 For distributors
26 ================
28 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.
31 We also encourage all distributors to subscribe to the `django-announce mailing
32 list`_, which is a (very) low-traffic list for announcing new releases of Django
33 and important bugfixes.
35 .. _django-developers mailing list: http://groups.google.com/group/django-developers/
36 .. _django-announce mailing list: http://groups.google.com/group/django-announce/