If you want to do it through the admin, one way would be to follow whatever tutorial they provide by inputing html and <script> elements into a rich text page using the "edit as html" button (far right in the editor). You'll almost certainly need to adjust the configuration options <http://mezzanine.jupo.org/docs/configuration.html> RICHTEXT_ALLOWED_TAGS to allow <script> elements and RICHTEXT_ALLOWED_ATTRIBUTES to allow <div> elements.
Of course, if you need to allow non-technical users to add google charts through a GUI interface, this approach wont work. On Mon, Aug 31, 2015 at 4:54 PM, Aarav <[email protected]> wrote: > Hello , > > I am pretty new for this platform ( Mezzaine Django). I have > fews google charts which contain HTML and java scripts. What would be the > best possible way to publish those chart from admin->page->content or from > templates. If you know some plugin, please let me know. Documents, > tutorial and any related link would be fine. Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
