📜  用户匹配查询不存在. django - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:42.895000             🧑  作者: Mango

代码示例1
# Check the [object] table to see if the item you are trying to find exists
# it may have been deleted
[object] matching query does not exist
# i.e.
User matching query does not exist
# there is no User line matching what you queried in the public.auth_user table