Saving a Django form to a csv file

Posted by Oli on Stack Overflow See other posts from Stack Overflow or by Oli
Published on 2010-05-26T16:48:39Z Indexed on 2010/05/26 16:51 UTC
Read the original article Hit count: 184

Filed under:
|
|
|

I have a Django form that is working fine. I'd like to save the data it submits to a CSV file. Is there a "best practice" way to do this?

I need to include blank fields in the CSV file where the user has not filled in a "required=False" field

© Stack Overflow or respective owner

Related posts about python

Related posts about django