Re: How to save a table in a cell in django models.

2015-12-02 Thread Timothy W. Cook
On Wed, Dec 2, 2015 at 2:27 AM, Billu wrote: > 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. > >

How to save a table in a cell in django models.

2015-12-02 Thread Billu
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