Learn how to use add Rich Text Field in Django. In this tutorial, you will learn how to add the rich text field in the Django project. In models, we will use the CK editor fields as Rich Text Field in Django. The CK editor is an external package for Django. This package will allow… Continue Reading »
Tag: Django Text Editor
Django with Tinymce Text Editor Integration
Learn Django tinymce text editor. In this tutorial, you will learn Django tiny MCE editor. We use the editor in the admin page of Django to add data into our database models using the Tiny MCE editor. Like RichTextFeild. Requirements : The tinymce package for the django is available here pip install django This command… Continue Reading »