django-rest-batteries:使用DRF更快地构建干净的API

时间:2024-03-06 01:49:19
【文件属性】:

文件名称:django-rest-batteries:使用DRF更快地构建干净的API

文件大小:49KB

文件格式:ZIP

更新时间:2024-03-06 01:49:19

Python

Django REST框架电池 使用DRF更快地构建干净的API。 概述 以下是该库目前的简要概述: 基于动作的ViewSet序列化器 每个请求/响应周期为ViewSets和GenericAPIViews提供两个序列化器 ViewSet的基于操作的权限 所有错误的单一格式 要求 Python≥3.6 Django(2.2、3.0) Django REST框架(3.9、3.10、3.11) 安装 $ pip install django-rest-batteries 用法 基于动作的ViewSet序列化器 每个动作可以有一个单独的序列化器: from rest_batteries . mixins import RetrieveModelMixin , ListModelMixin from rest_batteries . viewsets import GenericViewSe


【文件预览】:
django-rest-batteries-master
----poetry.lock(49KB)
----.gitignore(6KB)
----.codecov.yml(175B)
----Makefile(286B)
----pyproject.toml(931B)
----.travis.yml(1KB)
----LICENSE(1KB)
----CHANGELOG.md(739B)
----setup.cfg(502B)
----rest_batteries()
--------exception_handlers.py(397B)
--------viewsets.py(4KB)
--------__init__.py(0B)
--------views.py(168B)
--------mixins.py(4KB)
--------errors_formatter.py(5KB)
--------generics.py(6KB)
----README.md(4KB)
----tests()
--------conftest.py(570B)
--------test_generics.py(6KB)
--------__init__.py(0B)
--------test_viewsets.py(9KB)
--------serializers.py(1KB)
--------test_views.py(7KB)
--------models.py(356B)
--------utils.py(529B)
--------factories.py(1KB)
--------settings.py(3KB)
----example()
--------example()
--------manage.py(706B)
--------store()
----manage.py(248B)

网友评论