Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Exports: move to using a custom renderer, DRF based serializer etc. rather than django-import-export library #241

Closed
chachra opened this issue Nov 11, 2016 · 0 comments
Assignees
Milestone

Comments

@chachra
Copy link
Collaborator

chachra commented Nov 11, 2016

Look into using CSV renderer for example https://github.com/mjumbewu/django-rest-framework-csv

Goal would be to leverage the API views and serializers we already have for the functionality we already have, as much as possible.

Q: Can we do StreamingHttpResponse ( https://docs.djangoproject.com/en/1.10/ref/request-response/#django.http.StreamingHttpResponse ) See also: http://www.django-rest-framework.org/api-guide/responses/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants