Forums

Allow a user to download a csv file

I'm creating a simple app that lets a user import a csv file, then changes are made to the file using python, but how can the user then download the new csv file to their local machine?

It depends on a framework you're using, but both Flask and Django, for example, have it covered. See: Django docs and this help page for Flask.

@mlayton11 have you managed to solve it?

@meedin3 have you checked out the links that @pafk posted?