[ buster ]
[ 源代码: drf-generators ]
软件包:python-djangorestframework-generators(0.2.8-2)
python-djangorestframework-generators 的相关链接
Debian 的资源:
下载源码包 drf-generators:
- [drf-generators_0.2.8-2.dsc]
- [drf-generators_0.2.8.orig.tar.gz]
- [drf-generators_0.2.8-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- python3-drf-yasg-nonfree
- python-drf-yasg-nonfree-doc
- python3-djangorestframework-spectacular
- python3-djangorestframework-flex-fields
- python-djangorestframework-spectacular-doc
- python-django-websocket-redis
- python3-djoser
- python3-django-rest-hooks
- python3-django-websocket-redis
- python-exam
- python-djoser
Generate DRF Serializers, Views, and URLs (Python2 version)
Writing APIs can be boring and repetitive work. With DRF Generators, one simple command will generate all Views, Serializers, and even Urls for a Django Rest Framework application.
This is not intended to give a production quality API. It was intended to jumpstart development and save developers from writing the same code over and over for each model.
This package contains the Python 2 version of the library.
其他与 python-djangorestframework-generators 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-django
- High-level Python web development framework (Python 2 version)
-
- rec: python-djangorestframework
- Web APIs for Django, made easy