[Answered ]-How to make a text Bold in Django Administration

1👍

I think for this you have to take a look at this:-
https://pypi.org/project/django-markdownfield/

You have to add a markdown field to make text bold.

Leave a comment