[Answer]-Using Django with Eclipse – making sure Django is installed correctly

1👍

Make sure that you have added the Django install path to the system PYTHONPATH list. For PyDev in Eclipse, the python path can be found under “Window->Preferences->PyDev->Interpreter – Python”

Click on the New Folder button, navigate to the Django install path (it will be found at /usr/lib/python2.7/dist-packages/django if you installed it to the default directory), and click OK

Leave a comment