Changes between Version 28 and Version 29 of Distributions
- Timestamp:
- Sep 14, 2013, 11:53:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distributions
v28 v29 42 42 === Archlinux === 43 43 44 There are two options available for a repository-controlled installation of django. The first option is the availability of django in the 'extra' repository. The availability of this repository on the system allows for the package to be installed with the magic of 'pacman -S django'. The second option is to install an svnbuild of the package. This package can be found on the Archlinux AUR, and can be easily installed with the yaourt program. Using yaourt as a user with sudo access allows for a relative safe way to install user-made packages. There are multiple other django packages on the AUR. You have for example the django-utils package that can be installed in a similar fashion using yaourt. 44 Install python-django or python2-django, for Python 3 or Python 2 support respectively, from the Official Repositories. 45 46 Installed using the following command with root privileges 47 pacman -S python2-django 48 45 49 46 50 === Debian ===