简易解决方法
一般是因为django的旧版数据调用方式不同,导致 Django REST framework升级或安装时候自动将老django升级为 django3+。
简单方法:
输入:
pip uninstall djangorestframework
pip install django==2
pip install djangorestframework==3.5.4
安装django2(不建议安装django1),再取尽量高版本的drf。
输入:
pip list
显示:
Django 2.0
djangorestframework 3.5.4
[[reply_item.creator.str_verbose]] 回复 [[reply_item.reply_creator.str_verbose]]
[[reply_item.creator.str_verbose]]