【发布时间】:2017-09-08 16:22:20
【问题描述】:
当我使用 PyCharm 的 manage.py 终端执行 makemigrations 或 migrate 时,我收到以下警告消息:
PyCharm can't check if the following file been updated: [filepath]
我的 webpack 和 babel-preset-es2015 文件夹中的一百个文件,在我的 static/node_modules 文件夹中
命令执行正确,但我想摆脱终端中的这数百个红色警告。特别是因为我认为迁移需要更长的时间才能执行,因为我有这些。
我可以告诉 PyCharm 停止检查我的 node_modules 甚至 static 文件夹吗?
【问题讨论】:
标签: django pycharm manage.py makemigrations