AttributeError: 'AutoSchema' object has no attribute 'get_link'
Posted ljfl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: 'AutoSchema' object has no attribute 'get_link'相关的知识,希望对你有一定的参考价值。
下载的restframework是最新版的(3.10.1)
所以 新版的restframework需要指定默认schema.
所以需要在settings.py中添加如下代码
REST_FRAMEWORK = {
‘DEFAULT_SCHEMA_CLASS‘: ‘rest_framework.schemas.coreapi.AutoSchema‘
}
以上是关于AttributeError: 'AutoSchema' object has no attribute 'get_link'的主要内容,如果未能解决你的问题,请参考以下文章
Python:AttributeError:'ResultSet'对象没有属性'get'
python AttributeError: 'NoneType' object has no attribute 'group'
AttributeError:'str'对象没有属性'author'
Python问题——AttributeError: 'NoneType' object has no attribute 'append'