add wq.db router and django-rest-pandas renderers

This commit is contained in:
S. Andrew Sheppard 2014-09-15 14:46:09 -05:00
parent cefeb23b25
commit 3725a1e77d

View File

@ -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