TypeError: argument of type ‘WindowsPath‘ is not iterable

Posted myriads_changes_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: argument of type ‘WindowsPath‘ is not iterable相关的知识,希望对你有一定的参考价值。

最近学习django的时候,代码运行没有什么问题,就是在终止进程后,终端会给你报个错
这个错误是一直报,一直报,一直报,一直报,一直报,

解决方法

1、找到string文件

string文件就在你的app下面~~~~~

2、在string文件里面找到DATABASE


3、将NAME后面的“值”用str()括起来

完美解决问题


参考连接

希望这篇文章对你有用!

以上是关于TypeError: argument of type ‘WindowsPath‘ is not iterable的主要内容,如果未能解决你的问题,请参考以下文章

nodejs - react - TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type str

nodejs - react - TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type str

node.js使用报错“The chunk argument must be of type string or an instance of Buffer or Uint8Array“

报错The "chunk" argument must be one of type string or Buffer. Received type object

TypeError: take(): argument 'index' (position 1) must be Tensor, not numpy.ndarray

Python TypeError: not enough arguments for format string