How to install django?
As said, Django is a web framework written in Python, In order to install it first, you need to Install Python in your system. Cd Desktop virtualenv django cd django Scripts\activate. Bat Now your terminal should be prefixed with django, if not then go through the virtual environment guide again. To verify the Django installation …