You are here: Home Django CMS DjangoCMS text CK-Editor

DjangoCMS text CK-Editor (4.3.4)

1
by quintagroup last modified 2014-04-16
0.0
0.0
0.0
0.0
Released on 2014-03-25 under LGPL - GNU Lesser General Public License available for All platforms.
Software development stage: stable
Text Plugin for django-cms with CK-Editor

CKEditor is an Open source application, which means it can be modified any way you want. It benefits from an active community that is constantly evolving the application with free add-ons and a transparent development process.

Requirements

  • django CMS 2.3 or higher

Installation

  1. In your projects virtualenv, run pip install djangocms-text-ckeditor.
  2. Add 'djangocms_text_ckeditor' to your INSTALLED_APPS setting BEFORE the cms entry.
  3. Run manage.py migrate djangocms_text_ckeditor.
Upgrading from cms.plugins.text
  1. Remove cms.plugins.text from INSTALLED_APPS
  2. Add djangocms_text_ckeditor to INSTALLED_APPS
  3. Run python manage.py migrate djangocms_text_ckeditor 0001 --fake

Usage

CKEditor is a ready-for-use HTML text editor designed to simplify web content creation. It's a WYSIWYG editor that brings common word processor features directly to your web pages. Enhance your website experience with our community maintained editor.

  • Open Source 
  • Community driven 
  • Fully customizable 
  • Enriches website experience 
  • High standard of quality 
  • Free!
Document Actions
Powered by Plone