Django save method
Posted
by
Marijus
on Stack Overflow
See other posts from Stack Overflow
or by Marijus
Published on 2010-12-23T23:47:55Z
Indexed on
2010/12/23
23:54 UTC
Read the original article
Hit count: 261
So I have a model with a FileField for excel spreadsheet. What I need to do this add another column in this spreadsheet, in each row let user pick from a drop-down list then save it and display it in html. All the picking and uploading will happen through the admin interface. So I have figured out way how to display a spreadsheet in html, however I have no idea how to write this save method. I could really use some hints and tips..
© Stack Overflow or respective owner