文件名称:DjangoRestMultipleModels:查看(和混合)用于在Django Rest Framework中序列化多个模型或查询集
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-29 07:13:02
Python
多个模型视图 提供了一些令人难以置信的用于序列化数据的工具,但有时您需要将许多序列化器和/或模型组合到单个API调用中。 drf-multiple-model是为此目的而设计的应用程序。 完整文档: : 源代码: : PyPI: ://pypi.python.org/pypi/django-rest-multiple-models 执照:麻省理工学院 安装 从pip安装软件包: pip install django-rest-multiple-models 确保将“ drf_multiple_model”添加到您的INSTALLED_APPS: INSTALLED_APPS = ( .... ' drf_multiple_model ', ) 然后,只需将视图导入要在其中使用的任何views.py中: from drf_multiple_model .
【文件预览】:
DjangoRestMultipleModels-master
----.travis.yml(686B)
----docs()
--------basic-usage.rst(3KB)
--------conf.py(10KB)
--------make.bat(8KB)
--------installation.rst(593B)
--------filtering.rst(4KB)
--------viewsets.rst(1KB)
--------one-to-two.rst(4KB)
--------pagination.rst(5KB)
--------flat-options.rst(4KB)
--------Makefile(7KB)
--------release-notes.rst(2KB)
--------acknowledgments.rst(33B)
--------index.rst(1KB)
--------object-options.rst(1KB)
----tests()
--------serializers.py(1KB)
--------models.py(562B)
--------test_html_renderer.py(3KB)
--------utils.py(2KB)
--------test_flat_view.py(20KB)
--------__init__.py(0B)
--------settings.py(3KB)
--------test_viewsets.py(3KB)
--------test_object_view.py(12KB)
--------test_pagination.py(4KB)
----tox.ini(469B)
----drf_multiple_model()
--------pagination.py(2KB)
--------models.py(28B)
--------viewsets.py(393B)
--------mixins.py(12KB)
--------__init__.py(172B)
--------views.py(581B)
----LICENSE(1KB)
----PYPI_README.rst(894B)
----requirements.txt(25B)
----setup.py(2KB)
----manage.py(248B)
----.gitignore(468B)
----README.md(5KB)
----.flake8(63B)
----contributors.rst(310B)