https://django-tinymce.readthedocs.io/en/latest/installation.html
如果需要简体中文只需要在配置上加上
# 富文本编辑器配置
TINYMCE_DEFAULT_CONFIG = {
# 'theme': 'advanced', # 主题
'width': 600,
'height': 400,
'language':'zh_CN'
}
标签:文本编辑,en,zh,tinymce,django,引入,简体中文
来源: https://www.cnblogs.com/huluxia-fun/p/16215445.html