A beginner Django guy here, I am looking to change my csv export file name to be dynamic hopefully naming the file with the date it was generated.
My current code is
response['Content-Disposition'] = 'attachment;filename="export.csv"'
If you could help me out that would be awesome :)