问题:

django.urls.exceptions.NoReverseMatch: Reverse for ‘project_star’ with keyword arguments ‘{‘project_type’: ‘my’, ‘project_id’: ‘’}’ not found.
在这里插入图片描述

解决办法:
在你的xxx.html代码中找找,应该时变量的赋值写错了,下面就是本人的错误问题:
修改前:
在这里插入图片描述

修改后:
在这里插入图片描述
希望可以帮助到各位!

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐