12👍
✅
Replace RichTextField('contents')
on RichTextUploadingField('contents')
and add next line
from ckeditor_uploader.fields import RichTextUploadingField
0👍
from ckeditor_uploader.fields import RichTextUploadingField
and
change to content = RichTextUploadingField('contents')
then add Update
to CKEDITOR_CONFIGS
looks like
['Image', 'Update', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak'],
- [Django]-Django modelfield, how do I get the actual value?
- [Django]-My custom heroku python buildpack downloads requirements on every push
- [Django]-Adding hours and days to the python datetime
Source:stackexchange.com