Using TinyMCE from the Tiny Cloud CDN with the Django framework

This Integration is maintained by a third-party developer. Tiny Technologies, Inc. bears no responsibility for this integration, which is not covered by the Tiny Self-Hosted Software License Agreement. For issues related to the integration, contact the third-party project directly.

For information on adding TinyMCE to a Django project, try using the Python-based django-tinymce package. For information on setting up django-tinymce, see: the django-tinymce Documentation.

To load TinyMCE from the Tiny Cloud, update the project’s settings.py file:

  • Set TINYMCE_JS_URL to the Tiny Cloud CDN.

  • Ensure TINYMCE_COMPRESSOR is set to False.

For example:

TINYMCE_JS_URL = 'https://cdn.tiny.cloud/1/no-api-key/tinymce/6/tinymce.min.js'
TINYMCE_COMPRESSOR = False