编程语言
首页 > 编程语言> > python - Django

python - Django

作者:互联网

python3 -m pip install Django

 

 

 

 

 

 

验证安装成功

 

 

 

 

 

Creating a project

 

django-admin startproject mysite


This will create a mysite directory in your current directory.

标签:mysite,python,Django,will,directory,Creating
来源: https://www.cnblogs.com/xman888/p/15383228.html