django启动报错:TypeError: expected str, bytes or os.PathLike object, not NoneType

django启动报错:TypeError: expected str, bytes or os.PathLike object, not NoneType

分配下来的项目需要更改,但是项目就是跑不起来,一直报一个错误TypeError: expected str, bytes or os.PathLike object, not NoneType

如下:

django启动报错:TypeError: expected str, bytes or os.PathLike object, not NoneType_第1张图片

从报错信息看,也定位不到具体是那里的问题,在网上查阅了很多的文章,很多说配置文件settings.py有问题,也都尝试.结果还是没能解决.

虚拟环境,python解释器都重新安装一遍 包括pycharm.依旧没能解决问题.

最后解决问题:

把项目应用里所有的migrations全部删除.项目就成功跑起来了

感谢悦哥帮忙解决问题 v3u

你可能感兴趣的:(django,python)