it is a python based web framework to build the web applications with high Quality it will helps us to avoide repeated works which will be easy and save time HOW TO CREATE IN VIRTUAL ENV AS WINDOWS
Create floder Enter in to floder Open cmd into current floder Check django version (python -m django--version) Create a virv Env
cd env cd scripts acivate pip install django Create projects (django -admin startproject project_Test) cd project_test dir python.py runserver python manage.py startapp basicapp