2008-08-24 06:25:40 +08:00
|
|
|
.. _misc-distributions:
|
|
|
|
|
2007-02-27 07:23:01 +08:00
|
|
|
===================================
|
|
|
|
Third-party distributions of Django
|
|
|
|
===================================
|
|
|
|
|
Fixed a whole bunch of small docs typos, errors, and ommissions.
Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528.
Thanks to all the respective authors of those tickets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 02:30:54 +08:00
|
|
|
Many third-party distributors are now providing versions of Django integrated
|
2007-02-27 07:23:01 +08:00
|
|
|
with their package-management systems. These can make installation and upgrading
|
|
|
|
much easier for users of Django since the integration includes the ability to
|
2008-02-14 07:17:55 +08:00
|
|
|
automatically install dependencies (like database adapters) that Django
|
2007-02-27 07:23:01 +08:00
|
|
|
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
|
2008-08-24 06:25:40 +08:00
|
|
|
instructions for :ref:`installing the development version
|
|
|
|
<installing-development-version>` from our Subversion repository.
|
2007-02-27 07:23:01 +08:00
|
|
|
|
Fixed a whole bunch of small docs typos, errors, and ommissions.
Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528.
Thanks to all the respective authors of those tickets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 02:30:54 +08:00
|
|
|
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.
|
2007-09-04 21:09:59 +08:00
|
|
|
|
Fixed a whole bunch of small docs typos, errors, and ommissions.
Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528.
Thanks to all the respective authors of those tickets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 02:30:54 +08:00
|
|
|
.. _`Third Party Distributions`: http://code.djangoproject.com/wiki/Distributions
|
2007-09-04 21:09:59 +08:00
|
|
|
|
2007-07-12 20:55:28 +08:00
|
|
|
|
2007-02-27 07:23:01 +08:00
|
|
|
For distributors
|
|
|
|
================
|
|
|
|
|
|
|
|
If you'd like to package Django for distribution, we'd be happy to help out!
|
2007-07-12 20:33:24 +08:00
|
|
|
Please join the `django-developers mailing list`_ and introduce yourself.
|
2007-02-27 07:23:01 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
and important bugfixes.
|
|
|
|
|
|
|
|
.. _django-developers mailing list: http://groups.google.com/group/django-developers/
|
|
|
|
.. _django-announce mailing list: http://groups.google.com/group/django-announce/
|