在Django==1.11.7版本中,做redirect跳转,一直报unhashable:type list错误

尝试三种方法,都报一样的错误:

django redirect跳转报错

 

django redirect跳转报错

 

django redirect跳转报错

 

使用这个跳转成功:return HttpResponseRedirect('/web/index/')

django redirect跳转报错

相关文章: