diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-07-12 12:55:28 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-07-12 12:55:28 +0000 |
| commit | 6cf7a4ac6574ebed3465215c42360ea1f8e42c70 (patch) | |
| tree | 9f73b6d538a5c15278c51eb7785b202682e206fe /docs | |
| parent | 7df9e7da5bc8a1665c8eaea8eaf9137139069350 (diff) | |
Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bissex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/distributions.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/distributions.txt b/docs/distributions.txt index 8fce93544f..f9b9cbe9f8 100644 --- a/docs/distributions.txt +++ b/docs/distributions.txt @@ -65,6 +65,19 @@ The `current Gentoo build`_ can be installed by typing ``emerge django``. .. _Gentoo Linux: http://www.gentoo.org/ .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django +Mac OS X +======== + +MacPorts +-------- + +Django 0.96 can be installed via the `MacPorts`_ system. If you're using Python 2.4, +type ``sudo port install py-django-devel``. For Python 2.5, type ``sudo port +install py25-django-devel``. MacPorts can also be used to install a database, +and the Python interface to your chosen database. + +.. _MacPorts: http://www.macports.org/ + For distributors ================ |
