views:

32

answers:

1

If csv file has rich text in it. Using csv.reader() can the same format stored in the Mysql database using django and retrieved back to html pages?

Thanks..

A: 

Text or data has no color or creed.

If you have data as text, just store it in text field, if it is binary store it as a blob. It doesn't matter what that data represents, it can be richtext, pdf, a flash file etc database doesn't care.

Anurag Uniyal