Changeset 5049
- Timestamp:
- 04/20/07 23:18:15 (1 year ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r4743 r5049 48 48 49 49 A Django package is available for `Fedora Linux`_, in the "Fedora Extras" 50 repository. The `current Fedora package`_ is based on Django 0.95.1, and can be 51 installed by typing ``yum install Django``. 50 repository. The `current Fedora package`_ is based on Django 0.96, and can be 51 installed by typing ``yum install Django``. The previous link is for the i386 52 binary. Users of other architectures should be able to use that as a starting 53 point to find their preferred version. 52 54 53 55 .. _Fedora Linux: http://fedora.redhat.com/ 54 .. _current Fedora package: http:// fedoraproject.org/extras/6/i386/repodata/repoview/Django-0-0.95.1-1.fc6.html56 .. _current Fedora package: http://download.fedora.redhat.com/pub/fedora/linux/extras/6/i386/repoview/Django.html 55 57 56 58 Gentoo 57 59 ------ 58 60 59 A Django build is available for `Gentoo Linux`_, and is based on Django 0.9 5.1.61 A Django build is available for `Gentoo Linux`_, and is based on Django 0.96. 60 62 The `current Gentoo build`_ can be installed by typing ``emerge django``. 61 63
