Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中创建新的 Django 项目时,我可以通过将项目作为“PyDev:Django”运行来运行服务器,如下面的屏幕截图所示:
我最近从GitHub分叉了一个 Django 项目,将其添加到 Eclipse 并将其设置为 Django 项目。问题是我没有在 Eclipse 中尝试将项目作为“PyDev:Django”运行的选项:
我怎样才能解决这个问题?
在 Eclipse 中导入现有项目后,我遇到了同样的问题。
这是我解决它的方法:
最后一个命令将配置项目的 pydev 特性。您现在应该在“运行方式”菜单中拥有“PyDev:Django”和“Python 单元测试”选项。