Simple Hello World page with django 1.9 in Ubuntu / Linux Mint [Beginners] [Part - 1]

Django is a web framework written in python. It is good for fast web application development. In this tutorial we will learn how to make a simple web page showing "Hello World" using django templates. we will also be applying styling to our page with css static files, we won't be dealing with any database or any advanced stuffs here.

This tutorial is aimed at beginners, So I 'll try to explain things in simple language without much technical detail.

Read more »

Comments

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter