updating readme

This commit is contained in:
Angelo Dini 2012-12-14 14:25:12 +01:00
parent b2268d6321
commit 494d43fa55
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Installation
This plugin requires `django CMS` 2.3 or higher to be properly installed.
* In your projects `virtualenv`_, run ``pip install djangocms-text-ckeditor``.
* Add ``'djangocms_text_ckeditor'`` to your ``INSTALLED_APPS`` setting.
* Add ``'djangocms_text_ckeditor'`` to your ``INSTALLED_APPS`` setting before the ``cms`` entry.
* Run ``manage.py migrate djangocms_text_ckeditor``.