helloflask / flask-ckeditor

CKEditor integration for Flask, including image upload, code syntax highlight, and more.
https://flask-ckeditor.readthedocs.io
MIT License
197 stars 67 forks source link

there is no static folder in pypi package 0.5.1 #82

Closed JonahZeng closed 1 week ago

JonahZeng commented 3 months ago

thanks for your work, it helps me a lot. when I use pip install flask-ckeditor, I found there is no static folder in Lib/site-packages/flask_ckeditor,so it doesn't work when I set CKEDITOR_SERVE_LOCAL=True. for chinese developer, cdn.ckeditor.com is blocked by GFW,so ckeditor.load() will fail by default setting CKEDITOR_SERVE_LOCAL=False.

greyli commented 1 week ago

Fixed in the 1.0.0 version, please try to update it with:

pip install -U flask-ckeditor

Thanks!