[Django]-Config Django 1.5.1 for aptana studio 3

1👍

Try adding just \Library\Frameworks\Python.framework\Versions\2.7\lib\python2.7\site-packages to the libraries.

The reasoning being: site-packages contains additional installed packages which are folders that contain modules and other packages. You need to include the root so that the entire django package is accessible (as well as any additional packages).

Leave a comment