Aman Agrawal
Aman Agrawal

Reputation: 193

Django Custom Text Formatting

How can I have add text formatting options in Django-Admin, either by coding it, or does django has addition features for it?

For eg: making a text bold, subscript, superscript, etc.

Upvotes: 0

Views: 280

Answers (1)

W.Mann
W.Mann

Reputation: 923

I suggest to look at django-ckeditor. I cannot say for sure whether it provides all of the features that you require.

Upvotes: 1

Related Questions