Setting up Django with Eclipse - “Django not found”

后端 未结 2 1535
独厮守ぢ
独厮守ぢ 2020-12-21 02:48

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

2条回答
  •  执笔经年
    2020-12-21 03:24

    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.

提交回复
热议问题