首页 > 其他 > 详细

context must be a dict rather than Context

时间:2018-09-04 17:45:12      阅读:359      评论:0      收藏:0      [点我收藏+]
render_to_string() got an unexpected keyword argument ‘context_instance‘

context must be a dict rather than RequestContext
解决办法:

返回的context应该是字典
context = {‘booklist‘: booklist}

context must be a dict rather than Context

原文:http://blog.51cto.com/wenguonideshou/2170220

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!