Creating a Django application
Install Python
Get the latest version of python from the link below
https://www.python.org/downloads/
Check Python version
python --version
Check pip version
pip --version
Installing Django
python -m pip install django
Check Django Version
python ...
ndrohith09.hashnode.dev1 min read