I think anything is fine. I think the latest version is good. (I put the latest pydev in an older version of eclipse and it just stopped working.)
help→Install New Software so http://pydev.org/updates And update.
If you include pydev, you should be able to set the environment pydev→interpreter - Python here, /Users/Hoge/.virtualenvs/project/bin/python Specify the path of virtualenvs such as.
run→Debug Configurations of Python Run Make a new setting in. On the Main tab Select project Specify manage.py for Main Module
On the Arguments tab runserver_plus localhost: 8000 --noreload --settings = {settings path} And so on. If you run it with this, it should work nicely.
-If runserver does not connect to the DB (connects from the console) In debug settings, to environment DYLD_LIBRARY_PATH=/usr/local/mysql/lib/ To set Class jump system settings Set PYTHONPATH here.
Recommended Posts