摘要: 1、安装ckeditor pip install django-ckeditorpip install pillow 2、配置 a,在你的settings.py文件中 INSTALLED_APPS = ['ckeditor', 'ckeditor_uploader' ] b,在你的settings. 阅读全文
posted @ 2020-10-27 09:17 python小童鞋 阅读(154) 评论(0) 推荐(0)