Comments on How to Install Django 1.9 on Ubuntu 15.04
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.9 on a Ubuntu 15.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
3 Comment(s)
Add comment
Comments
By: Marcellus Easley
What font are you using in your screenshots?
By: Bruno Macedo
Thanks that was cool to start with :)
By: Morgan
Thank! it is so helpful