---
title: "サードパーティの Django ディストリビューション"
version: 3.2
locale: ja
source: https://docs.djangoproject.com/ja/3.2/misc/distributions/
canonical: https://djangodocs.dev/ja/3.2/misc/distributions/
---
# サードパーティの Django ディストリビューション

Many third-party distributors are now providing versions of Django integrated
with their package-management systems. These can make installation and upgrading
much easier for users of Django since the integration includes the ability to
automatically install dependencies (like database adapters) that Django
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
instructions for [installing the development version](/ja/3.2/topics/install/#installing-development-version) from our Git repository.

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](https://code.djangoproject.com/wiki/Distributions) to help you out.

## ディストリビュータ向け

Django をディストリビューションにパッケージングしたい場合、喜んで手助けします！ [django-developers](/ja/3.2/internals/mailing-lists/#django-developers-mailing-list) メーリングリストに参加して、自己紹介をしてください。

すべてのディストリビュータは [django-announce](/ja/3.2/internals/mailing-lists/#django-announce-mailing-list) メーリングリストを購読することを推奨しています。Django の新しいリリースや重要なバグフィックスをお知らせするための (非常に) わずかのメールしか送られないメーリングリストです。
