How can I change content_css option in django-tinymce for various objects? I mean that when I use tinymce for model1 then content_css is model1.css and when for model2 then model2.css.
I use
How can I change content_css option in django-tinymce for various objects? I mean that
Share
I found out that I can pass extra arguments for tiny_mce in Meta class: