Make a simple Hello World Example using your django.
let's make sure that you have django installed on your PC first.
open a terminal and type: python -c "import django"
-->if no error comes that means django is already installed.
Now lets create a project in django. For that write ...