Can't stand the feeling without debugging. The premise is that the Eclipse plugin is already installed and can run the example successfully. Reference: http://blog.csdn.net/jerome_s/article/details/46340079
1. Create a new Pydev project
2. Project contents Select the path to the project you want to import (if you have prompted extra files or something, you can go to the directory to delete the corresponding file)
3. Set the project to a Django project right-click the project
4. Set Project manage.py Right-click Project Properties
5. Run debugging by running the right-click Project Debugs as.
Possible issue 1. My project hint manage inside can't find setting, according to hint setting copy into manage below can start. 2. My Project Errordjango-sessionChange the local database to an absolute path (setting.py)
' NAME ': ' C:\\users\\jerome\\desktop\\test\\manage\\myproject.db ',
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Django Project import Eclipse run debug