What I want to do is generate a HTML table (alongwith other data viz. images, text) when somebody opens a page.
So how would I save a table, i.e, what would be the keyword for it eg. CharField, IntegerField.
I've googled and people have written that you need to save XML data in the database cell. If so how to do that?
Or should I just save comma separated text and work with that, although I guess that may be a little difficult as there are bullets and sub-bullets in one of the columns.