Django is an open source web application framework written in Python.Among the many Python web frameworks, Django is the most representative of the heavyweight players.Many successful websites and apps are based on Django.
Quickly build simple but complete web projects, understand MTV structure, and be familiar with django development process.
Method 1:
pip install django (requires external network-- recommendedInstall using the first method)
Method 2: Download the .whl file pip install Django-4.0-py3-none-any.whl
Method 3: Download the compressed package
Download the Django zip package, unzip it, enter the Django directory, execute python setup.py install, and then start the installation, Django will be installed to site-packages under Python's Lib.
Check if the installation is successful
Enter the python environment under cmd:
import djangodjango