Using Django with Komodo IDE

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:

  1. 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.

    komodo_prefs

  2. 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.
  3. project_import

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">