Django Software Foundation code example
Example 1: django project
django-admin startproject project_name
Example 2: django
$ python -m django --version
Example 3: django
Read the docs, its the best you will ever get.
Example 4: Django
pip install Django==3.1.4