1- Install Django
Play this article
To install Django package with pip on Windows:
Open cmd
Inside cmd, we can write:
py -m pip install Django
You can tell Django is installed and which version by running the following command in cmd:
py -m django --version
If you like the content, please SUBSCRIBE to my channel for the future content