Django富文本需要添加配置


TINYMCE_DEFAULT_CONFIG = { 'theme': 'advanced', 'width': 600, 'height': 400, }

猜你喜欢

转载自www.cnblogs.com/duaimili/p/9999118.html