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

In the First part of this tutorial we created an app named helloworld and added it to the setting.py file. Now let’s continue further towads our journey to make a ‘Hello World’ page with django. Urls Let’s define our url…

Read More

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…

Read More