idea to create a django project

1. Environment, version

  the: Windows 10

  goes: idea

  python:2.7

  django:1.11.25

Other python, django uncertain so get there will be any other problems.

2.python official website to download windows 64-bit installer (msi), the next step without brain can be installed, unless not want to install python to c drive.

3. Set Environment Variables

4. Because this version comes with python pip, so after with the above environment variable, direct run cmd command to install pip install django

Run so that the two statements in python command line mode did not know that the installation was successful:

5.idea install python plugin

  This step file-> setting-> Plugins can be installed by searching python.

6. Use the idea to create a new project

next

next

 

 Modify Project name can, finish

 As FIG effect,

 Click Run, browser and enter http://127.0.0.1:8000/

 

 

This completes.

 

Guess you like

Origin www.cnblogs.com/xxbbtt/p/11701555.html