A text plugin for Django Loose CMS with WYSWYG embeded editor.
Loose CMS Text plugin requires:
- Django version 1.8
- Python 2.6 or 2.7
- django-loose-cms
Instalation via pip:
pip install https://github.com/lefterisnik/django-loosecms-text/archive/master.zip
Add "loosecms_text" to your INSTALLED_APPS setting after "loosecms" like this:
INSTALLED_APPS = ( ... 'loosecms_text', )
Run python manage.py migrate to create the loosecms_text models.
Run development server python manage.py runserver and visit http://127.0.0.1:8000/ to start playing with the cms.