Re: eclipse + pydev + auto complete

2008-06-19 Thread Huuuze
You're off by one. The value added to the PYTHONPATH (note, not system path) should be: /Library/Python/2.5/site-packages/ That will trigger the auto-complete for django classes. One warning: auto-completion for Model.objects is broken. PyDev will flag that as an error -- the author of PyDev

eclipse + pydev + auto complete

2008-06-19 Thread tom
hi, I wasn't able to find some information on this list about auto completion with eclipse. I managed to get auto completion for my projects, but not for django stuff. What I want to have for example is, when I enter models. that i get a list of available models, or forms. That's it. I have added