目录
1.安装模块
pip install django-ckeditor
2.setting.py配置
(1)安装app
(2)配置路由
3.models.py
导入RichTextField模块
替换之前的text字段
4.再进行settings配置
5.收集静态
python manage.py collectstatic
将项目当中设定好的静态集中起来
执行命令成功之后,在static文件夹中会出现:
6.查看效果
7.改回设置
目录
pip install django-ckeditor
导入RichTextField模块
替换之前的text字段
python manage.py collectstatic
将项目当中设定好的静态集中起来
执行命令成功之后,在static文件夹中会出现: