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的主要内容,如果未能解决你的问题,请参考以下文章

从 Django 表单序列化

一个基于Spring Boot的APIRESTful API项目骨架

一个基于Spring Boot的APIRESTful API项目种子(骨架)

django-restful:与前端vue接口对接

利用Django实现RESTful API

Django中的RESTful