Django study notes

Official Documents

https://www.djangoproject.com

Chinese documents

https://docs.djangoproject.com/zh-hans/2.0/

 

django installation

1.8.2 the install the Django == pip
django-ADMIN --version
1.8.2
Note that the full path of the pip, if a directory pip python version, will be mounted to a respective python django directory; if used directly pip , it will be installed into the system django
Which django-ADMIN
/ usr / bin / django-ADMIN

container creator

django-admin startproject mydevops

 

Guess you like

Origin www.cnblogs.com/perfei/p/11071969.html