[Answer]-Pydev Django1.4 ImportError

1👍

I have just experienced the same problem and the solution was to set the Django settings module in the project properties. Right click on the project, then click Properties, go to PyDev – Django and set the Django settings module text field’s value to the desired settings file.

👤Tas

Leave a comment