Django Introduction with Hello World project.

What is Django: Django is python framework for development of web applications. This is a opensource framework used for web development. Python has other web development frameworks like Flask, but Django is fully featured web framework compared to light weight Flask. We are using Ubuntu-20.4 machine as a development host. Django can be installed on […]