Author: russellm Date: 2007-07-12 07:55:28 -0500 (Thu, 12 Jul 2007) New Revision: 5666
Modified: django/trunk/docs/distributions.txt Log: Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bissex. Modified: django/trunk/docs/distributions.txt =================================================================== --- django/trunk/docs/distributions.txt 2007-07-12 12:50:02 UTC (rev 5665) +++ django/trunk/docs/distributions.txt 2007-07-12 12:55:28 UTC (rev 5666) @@ -65,6 +65,19 @@ .. _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 ================ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
