Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DRP 0.5.0.tar.gz | 2016-11-08 | 19.9 kB | |
DRP 0.5.0.zip | 2016-11-08 | 28.8 kB | |
README.md | 2016-11-08 | 561 Bytes | |
Totals: 3 Items | 49.2 kB | 0 |
Django REST Pandas 0.5.0 introduces a simple PandasHTMLRenderer
for use in a browseable visualization API (#2). To enable it by default, you just need to add rest_pandas
to your INSTALLED_APPS
. You will need a template called rest_pandas.html
, or you can install django-mustache to use the provided mustache template (which is optimized for integration with a wq-powered application).
This release also includes updates for pandas 0.19 and drops support for Django REST Framework 2.4 (#23).