I have written a Django app that does a database query and displays the data in a table. I want to create a link at the bottom of the page that allows the user to export this data to a csv file. So basically I want to take the query object from the original view and pass that to the csv export view. How do I do this?I have written a Django app that does a databas