---
title: "Django 的第三方发布包"
version: 2.0
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/2.0/misc/distributions/
canonical: https://djangodocs.dev/zh-hans/2.0/misc/distributions/
---
# Django 的第三方发布包

许多第三方分销商现在正在提供与他们的软件包管理系统集成的Django版本。这些可以使Django的用户更容易安装和升级，因为集成包括了自动安装Django需要的依赖关系（如数据库适配器）的功能。

通常，这些包基于Django的最新稳定版本，因此如果您想使用Django的开发版本，则需要从我们的Git库:ref:安装开发版本\<installing-development-version\>。

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](/zh-hans/2.0/internals/mailing-lists/#django-developers-mailing-list) 的邮件列表并且介绍你自己。

We also encourage all distributors to subscribe to the [django-announce](/zh-hans/2.0/internals/mailing-lists/#django-announce-mailing-list) mailing
list, which is a (very) low-traffic list for announcing new releases of Django
and important bugfixes.
