ckeditor’ Entries

  • Integrating CKEditor into Django

    After writing a post on my reasons for writing my own blogging app, I received a couple of questions on how to integrate CKEditor into Django.

    I thought I would write a tutorial post on how to do this, but a friend have since developed a great application that works brilliantly. Shaun's django-ckeditor can be found on github. (Note that we have since found out that django-ckeditor has a name conflict, and will probably be renamed soon)

    The app provides 2 methods to integrate the editor, either …

    Read More …