01 - download installed django
before start
install python
we are going to installed Django in virtual environment not in main machine or host machine .
first to create virtual environment
python3 -m venv .venv
# for windows
# python -m venv .venv
# to activate the virtual ...
deepanshugarg.hashnode.dev2 min read