Django 的第三方发布包¶
许多第三方分销商现在正在提供与他们的软件包管理系统集成的 Django 版本。这些可以使 Django 的用户更容易安装和升级,因为集成包括了自动安装 Django 需要的依赖关系(如数据库适配器)的功能。
通常,这些包基于 Django 的最新稳定版本,因此如果您想使用 Django 的开发版本,则需要从我们的 Git 库中安装 安装开发版本。
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.
对于发布者¶
If you'd like to package Django for distribution, we'd be happy to help out! Please introduce yourself on the Django Forum.
我们还鼓励所有的发行者订阅 django-announce 邮件列表,这是一个(非常)低流量的列表,用于发布 Django 的新版本和重要的bug修复。