Changeset 5662
- Timestamp:
- 07/12/07 07:33:24 (1 year ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r5049 r5662 22 22 ------ 23 23 24 A `packaged version of Django`_ is available for `Debian GNU/Linux`_, and can be 25 installed from either the "testing" or the "unstable" repositories by typing 26 ``apt-get install python-django``. 24 A `packaged version of Django`_ is available for `Debian GNU/Linux`_. Version 25 0.95.1 is available in the "stable" repository; Version 0.96 is available in 26 the "testing" and "unstable" repositories. Regardless of your chosen repository, 27 you can install Django by typing ``apt-get install python-django``. 27 28 28 29 When you install this package, ``apt`` will recommend installing a database … … 31 32 32 33 .. _Debian GNU/Linux: http://www.debian.org/ 33 .. _packaged version of Django: http://packages.debian.org/ testing/python/python-django34 .. _packaged version of Django: http://packages.debian.org/stable/python/python-django 34 35 35 36 Ubuntu … … 69 70 70 71 If you'd like to package Django for distribution, we'd be happy to help out! 71 Please join the `django-developers mailing list`_ and introduce yourself. 72 Please join the `django-developers mailing list`_ and introduce yourself. 72 73 73 74 We also encourage all distributors to subscribe to the `django-announce mailing
