Welcome to the django-tinymce documentation

django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor.

Features:
  • Use as a form widget or with a view.

  • Enhanced support for content languages.

  • Enables predefined link and image lists for dialogs.

  • Support for django-staticfiles

  • Can compress the TinyMCE Javascript code.

  • Integration with django-filebrowser.

The django-tinymce code is licensed under the MIT License, the same licence as the TinyMCE 6 editor itself. See the LICENSE.txt file in the distribution.

Starting with django-tinymce v1.5.1 TinyMCE editor is bundled with django-tinymce to enable easy installation and usage.

Documentation