Kurosh
Kurosh

Reputation: 3

Can I have html tags in Django admin panel?

can I have this entry with all these tools such as bold, italic, title, etc: I mean s.th like this photo instead of this: default panel

I've found this solution, but I want s.th better enter image description here

Upvotes: 0

Views: 32

Answers (1)

chiseledCoder
chiseledCoder

Reputation: 385

Assuming that you are looking for WYSIWYG Editor, you can find one here at Django Packages Website

Upvotes: 0

Related Questions