I\'m trying to setup Django with Eclipse. Right now I\'m creating a new Pydev Django project, and getting \"Django not found\" error message.
When I try to verify Dj
If you added the python interpreter before installing django, you can get this error message. Remove the python interpreter from eclipse and add it again. Eclipse will do some caching/searching of some sort. This solved my same problem.