Questions tagged [django-tinymce]

django-tinymce is a pluggable django app that contains a widget to render a form field as a TinyMCE editor.

django-tinymce is a pluggable django app that contains a widget to render a form field as a TinyMCE editor.

146 questions
0
votes
0 answers

Model change reflected in admin page but not in django form template why?

Models.py class Question(models.Model): name = models.CharField(max_length=300, unique=True) desc = HTMLField() img = models.CharField(max_length=100) topic = models.ForeignKey(Topic, related_name='question') created_by =…
vinoth kumar
  • 216
  • 4
  • 15
0
votes
1 answer

django-tinymce to work on all textareas in django admin

I have been trying to get tiny mce to work for my django admin site on all textareas without having to add each field's widget. I have a lot of forms and would like this to work as "automagically" as possible. I have installed tiny mce using the…
jAC
  • 3,155
  • 3
  • 18
  • 29
0
votes
1 answer

Richtext in Django App

I would like to add some very basic rich text editing in my charfields, only bold, italic and a custom fontsize selector (small-normal-large -- relative to another model field setting). At first I tried to use django-tinymce, but when using a…
HdN8
  • 2,953
  • 3
  • 24
  • 26
0
votes
1 answer

TinyMCE Inlite Theme doesnt work with