Changes between Version 31 and Version 32 of Distributions
- Timestamp:
- Mar 16, 2018, 5:44:34 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distributions
v31 v32 73 73 === Mac OS X === 74 74 75 ==== Mac ``Ports ====75 ==== MacPorts ==== 76 76 77 Django can be installed via the Mac``Ports system:77 Django 1.11.7 can be installed via the MacPorts system: 78 78 79 * '''Python 2.4''': `sudo port install py-django`80 * '''Python 2.5''': `sudo port install py25-django`81 * '''Python 2.6''': `sudo port install py26-django`82 79 * '''Python 2.7''': `sudo port install py27-django` 80 * '''Python 3.5''': `sudo port install py35-django` 81 * '''Python 3.6''': `sudo port install py36-django` 83 82 84 83 Please note that `django-admin.py` is renamed according to the Python