标签: python django pycharm
我可以使用django manage.py test运行单元测试。但是,我希望能够使用pycharm社区IDE调试测试。支持吗?每次我在IDE中运行单元测试时,都会出现以下错误:
django manage.py test
TypeError: argument of type 'ConnectionHandler' is not iterable
我应该如何配置IDE?