django RESTful API
Posted tanyingling
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django RESTful API相关的知识,希望对你有一定的参考价值。
Got AttributeError when attempting to get a value for field `code` on serializer `SnippetSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `UserInfo` instance. Original exception text was: ‘UserInfo‘ object has no attribute ‘codet‘
django中的字段参数TextField如果不加参数就会报出类似的错,加入,blank = True,问题就会解决
以上是关于django RESTful API的主要内容,如果未能解决你的问题,请参考以下文章
一个基于Spring Boot的APIRESTful API项目骨架