Skip to content

Commit

Permalink
Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks,…
Browse files Browse the repository at this point in the history
… Paul Bissex.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jul 12, 2007
1 parent 7df9e7d commit 6cf7a4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/distributions.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ The `current Gentoo build`_ can be installed by typing ``emerge django``.
.. _Gentoo Linux: http://www.gentoo.org/ .. _Gentoo Linux: http://www.gentoo.org/
.. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django .. _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 For distributors
================ ================


Expand Down

0 comments on commit 6cf7a4a

Please sign in to comment.