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:
- Django installation with pip.
- Install Django with virtualenv.
- 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