How to Install Django 1.10 on Ubuntu 16.04

306

In this tutorial, we will install Django 1.10 on a Ubuntu 16.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you 3 different ways to install Django:

  1. Django installation with pip.
  2. Install Django with virtualenv.
  3. Install Django fron it’s github repository.

When the Django installation is done, I will show you the first steps to start a new project with the Django web framework.

Read complete article