python django environment configuration and installation

1: the official website to download django django tar package

 

 

 Python display corresponding packet corresponding to the above picture in django

2: Installation python3 / python2

3:python3 setup.py install

 

 

 Django get the current version:

 

 

 

4: Create the first django project: django-admin.py startproject blog

blog here is the project name

5: Start django Services: Python manage.py the runserver

 

 

 6: Enter the following URL in your browser:

 

 The following interface, on behalf of the installation, startup success:

 

 

 oh, yeah, the spring of Columbia

 

 

Guess you like

Origin www.cnblogs.com/gaoyuxia/p/11772777.html