xxxxxxxxxx
//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django
xxxxxxxxxx
python -m venv venv
venv\Scripts\activate
pip install django
django-admin startproject mysite