Easing the Froala WYSIWYG HTML Editor server side integration in Python 2 and Python 3 projects.
Python 2 or Python 3
Wand ImageMagick binding for Python
-
Clone this repo or download the zip.
-
Load
froala_editorproject directory in your project and import it. -
To run Django examples:
- Go to
django_examplesdirectory. $ python manage.py runserveror$ python3 manage.py runserverto start a server athttp://localhost:8000/.
- To run Flask examples:
- Go to
flask_examplesdirectory. $ export FLASK_APP=server.py$ python -m flask runor$ python3 -m flask runto start a server athttp://localhost:5000/.
- To run Pyramid examples:
- Go to
pyramid_examplesdirectory. $ python server.pyor$ python3 server.pyto start a server athttp://localhost:7000/.
from froala_editor import File, Image, S3
from froala_editor import DjangoAdapter, FlaskAdapter, PyramidAdapter
# Or make a custom adapter for your framework.- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? Contact Froala Support team.
The Froala WYSIWYG Editor Python SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.
Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.