Skip to content

Commit 7e3dd9c

Browse files
authored
Added fast-drf as a thirdparty package for making API development faster. (#7857)
1 parent 0cddf09 commit 7e3dd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community/third-party-packages.md

+2
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
279279
* [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features.
280280
* [django-elasticsearch-dsl-drf][django-elasticsearch-dsl-drf] - Integrate Elasticsearch DSL with Django REST framework. Package provides views, serializers, filter backends, pagination and other handy add-ons.
281281
* [django-api-client][django-api-client] - DRF client that groups the Endpoint response, for use in CBVs and FBV as if you were working with Django's Native Models..
282+
* [fast-drf] - A model based library for making API development faster and easier.
282283

283284
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
284285
[cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
@@ -368,3 +369,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
368369
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail
369370
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap
370371
[rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions
372+
[fast-drf]: https://github.com/iashraful/fast-drf

0 commit comments

Comments
 (0)