Python学习疑问 ---- 在进入admin的时候出现'set' object is not reversible错误

xiaoxiao2021-02-28  26

在进入admin的时候出现’set’ object is not reversible错误 发生版本: python3.6 django 1.11

解决方案是在你的urls.py 中

把{ } 改为[]

原因不详

转载请注明原文地址: https://www.6miu.com/read-2250035.html

最新回复(0)