Django TypeError: render() got an unexpected keyword argument 'renderer'

前端 未结 3 1811
囚心锁ツ
囚心锁ツ 2020-11-30 08:12

I\'ve upgraded to Django 2.1, and I\'m seeing this error when I load the admin interface:

TypeError at /admin/foo/bar/1/change/

render() got an         


        
3条回答
  •  自闭症患者
    2020-11-30 09:03

    Its version and signature incompatibility issue. Go back to version - 2.0.8

    pip3 install Django==2.0.8

提交回复
热议问题