I recently started to work on a new Django project and tried use my default IDE: Komodo IDE. Unfortunately it didn’t work out the way i wanted. Code cpmpletion didn’t work just as the import of my app. Here’s how i solved it:
- Add a new Python import directory: Preferences -> Languages -> Python
My Django resides in /Library/Python/2.5/site-packages. Your installation may be in a different location.
- Create a Komodo project for your new Django project and edit it’s properties: Properties -> Languages -> Python My project resides in /Users/dkerwin/development/django/stag_party with several application inside.

