Installing Django in Ubuntu
Ubuntu makes your life easier by providing a package manager which
resolves dependencies, the name of the package manager is apt-get and
its developed after its Debian counterpart.
To install Django then, you just write the following in a terminal
window:
sudo apt-get install python-django