python3 -m pip install Django
验证安装成功
django-admin startproject mysite
This will create a mysite directory in your current directory.
mysite