how to install django in pycharm code example
Example 1: installing django
#please check the python version
python -m pip install Django
Example 2: pip install django
$ python -m pip install Django
#please check the python version
python -m pip install Django
$ python -m pip install Django