摘要:
参考信息 django-ckeditor本地图片上传功能:https://www.jianshu.com/p/882cf85b604f django+ckeditor+七牛云,图片上传到七牛云:http://xieboke.net/article/56/ 使用 1. 安装django-ckedito 阅读全文
摘要:
1,修改ckeditor的源码cofig.js文件 // 不给图片img添加style属性 config.disallowedContent='img{width,height};img[width,height]'; 2,压缩静态文件 python manage.py collectstatic 阅读全文