I am django newbie and working on a math based project. I need to save texts involving mathematical symbols like integral
, sigma
, product
etc. At the same time, I also need to emphasize or bold some texts (and do all kinds of rich text editing) and include figures that explains a mathematical concept.
At present, I am just saving all the fields in a CharField
(with dummy texts and without including any mathematical symbol) and have no idea how to include such a field. If you have any idea/hint or you have worked on similar projects, please help.