mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Add djangorestframework-mvt to third party packages (#6756)
This commit is contained in:
parent
80e89c75c7
commit
a1921b1adb
|
@ -267,6 +267,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
* [djangorestframework-datatables][djangorestframework-datatables] - Seamless integration between Django REST framework and [Datatables](https://datatables.net).
|
* [djangorestframework-datatables][djangorestframework-datatables] - Seamless integration between Django REST framework and [Datatables](https://datatables.net).
|
||||||
* [django-rest-framework-condition][django-rest-framework-condition] - Decorators for managing HTTP cache headers for Django REST framework (ETag and Last-modified).
|
* [django-rest-framework-condition][django-rest-framework-condition] - Decorators for managing HTTP cache headers for Django REST framework (ETag and Last-modified).
|
||||||
* [django-rest-witchcraft][django-rest-witchcraft] - Provides DRF integration with SQLAlchemy with SQLAlchemy model serializers/viewsets and a bunch of other goodies
|
* [django-rest-witchcraft][django-rest-witchcraft] - Provides DRF integration with SQLAlchemy with SQLAlchemy model serializers/viewsets and a bunch of other goodies
|
||||||
|
* [djangorestframework-mvt][djangorestframework-mvt] - An extension for creating views that serve Postgres data as Map Box Vector Tiles.
|
||||||
|
|
||||||
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
|
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
|
||||||
[cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
|
[cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
|
||||||
|
@ -344,3 +345,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
[django-rest-witchcraft]: https://github.com/shosca/django-rest-witchcraft
|
[django-rest-witchcraft]: https://github.com/shosca/django-rest-witchcraft
|
||||||
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
||||||
[drf-flex-fields]: https://github.com/rsinger86/drf-flex-fields
|
[drf-flex-fields]: https://github.com/rsinger86/drf-flex-fields
|
||||||
|
[djangorestframework-mvt]: https://github.com/corteva/djangorestframework-mvt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user