views:

33

answers:

1

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

A: 

csv

Ignacio Vazquez-Abrams