Installation

  1. Install using pip.

    pip install django-tinymcewrapper
    
  2. Add tinymcewrapper to your project’s INSTALLED_APPS.

    INSTALLED_APPS = (
        # ... other apps
        'tinymce',
        'tinymcewrapper',
    )
    

Dependencies

Django TinyMCE