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

Comments for Dowloading CSV File With From Django Admin #557

Open
phinjensen opened this issue Nov 11, 2017 · 4 comments
Open

Comments for Dowloading CSV File With From Django Admin #557

phinjensen opened this issue Nov 11, 2017 · 4 comments

Comments

@phinjensen
Copy link
Contributor

phinjensen commented Nov 11, 2017

Comments for https://www.endpointdev.com/blog/2012/02/dowloading-csv-file-with-from-django/
By Szymon Lipiński

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
@phinjensen
Copy link
Contributor Author

original author: Anoop
date: 2012-10-18T10:31:18-04:00

Very useful. Thank you..

@phinjensen
Copy link
Contributor Author

original author: Dariush Azimi
date: 2016-01-17T13:35:19-05:00

For django 1.8 and Python3 you need to make a change and have the following lines

from io import StringIO
# import StringIO

    f = StringIO()

@RyanHarrigan
Copy link

Thanks for the blog!

@jjsantos01
Copy link

Thank you!

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

No branches or pull requests

3 participants