我在django
模块中拥有所有apps/
个应用,其中包含__init__.py
个文件。
我已将此目录添加到sys.path
文件中的settings.py
,我的代码运行正常。
但intellisense没有检测到应用程序的导入,也没有找到任何将python模块添加到intellisense的选项。
因此,intellisense会向我显示unable to resolve <testapp>, intellisense may be missing in this module
之类的错误。
我该如何解决这个错误?
我正在使用pytools v2.1 beta。