1. Open Eclipse, enter the appeal information in Help->install New software, then click Next (because it is already installed, you cannot click Next)
2. After the installation is complete, go to Windows->preferences->pydev->interpreters->python interpreters and click New to add the Python IDE
3. After the add is finished, ctr+n to see if it can be created, and if the above page appears, you can create a Django project
4. Click Create, it is recommended to select this option, to prevent the creation of the project after the package file ( No package file resulting in the call cannot be made ).
5. Just created a project, we want to create an app, click on the button below to create an app
6. To run this project, right click on the project, if there are no error prompts, the project runs successfully, the Django project default port number is 8000, so enter 127.0.0.1:8000 in the browser, you can access the success.
Build a Django environment under eclipse