stacklens / django_blog_tutorial

Django搭建博客教程
https://www.dusaiphoto.com
1.29k stars 405 forks source link

ckeditor static file missing #2

Closed ahaliu1 closed 5 years ago

ahaliu1 commented 5 years ago

It seems that comment part is unavailable now. Missing file "ckeditor/ckeditor/plugins/prism/lib/prism/prism_patched.min.js'" image

stacklens commented 5 years ago

@ahaliu1 This file is a plugin in the django-ckeditor module. It is not in the static folder. Instead, you need to go to the prism website to download and install it in the right place. There are explanations in my tutorial, see here for details.