Changes between Version 18 and Version 19 of Distributions
- Timestamp:
- May 17, 2010, 2:10:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distributions
v18 v19 12 12 == FreeBSD == 13 13 14 The FreeBSD ports system offers both Django 0.96 (py-django) and a more recent, but not current, version based on Django’s trunk (py-django-devel). These are installed in the normal FreeBSD way; for Django 0.96, for example, type: cd /usr/ports/www/py-django && sudo make install clean.14 There are two options: 15 15 16 * To install the port: `cd /usr/ports/www/py-django/ && make install clean` 17 * To add the package: `pkg_add -r py26-django` 18 19 For recent changes [http://www.freshports.org/www/py-django/] 16 20 17 21 == OpenBSD ==