mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
add wq.db router and django-rest-pandas renderers
This commit is contained in:
parent
cefeb23b25
commit
3725a1e77d
|
@ -41,6 +41,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
|
|||
### Routers
|
||||
|
||||
* [drf-nested-routers](https://github.com/alanjds/drf-nested-routers) - Provides routers and relationship fields for working with nested resources.
|
||||
* [wq.db.rest](http://wq.io/docs/about-rest) - Provides an admin-style model registration API with reasonable default URLs and viewsets.
|
||||
|
||||
### Parsers
|
||||
|
||||
|
@ -51,6 +52,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
|
|||
|
||||
* [djangorestframework-csv](https://github.com/mjumbewu/django-rest-framework-csv) - Provides CSV renderer support.
|
||||
* [drf_ujson](https://github.com/gizmag/drf-ujson-renderer) - Implements JSON rendering using the UJSON package.
|
||||
* [Django REST Pandas](https://github.com/wq/django-rest-pandas) - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
|
||||
|
||||
### Filtering
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user