参考信息
为Django ckeditor配置上传视频:https://www.byincd.com/bobjiang/article-01128/
使用
1. 手动下载插件
html5video的插件:https://github.com/bahriddin/ckeditor-html5-video
解压插件,将 html5video
放到 site-packages
的目录里
2. 修改ckeditor源码
通过使用ckeditor-》config.js-》extraPlugins配置启用html5video插件
config.extraPlugins = 'html5video';