Changeset 5666
- Timestamp:
- 07/12/07 07:55:28 (1 year ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r5662 r5666 66 66 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django 67 67 68 Mac OS X 69 ======== 70 71 MacPorts 72 -------- 73 74 Django 0.96 can be installed via the `MacPorts`_ system. If you're using Python 2.4, 75 type ``sudo port install py-django-devel``. For Python 2.5, type ``sudo port 76 install py25-django-devel``. MacPorts can also be used to install a database, 77 and the Python interface to your chosen database. 78 79 .. _MacPorts: http://www.macports.org/ 80 68 81 For distributors 69 82 ================
