Search code examples
pythondjangowysiwyg

Is there a package in Django with article editor


I'm looking for a package with Django that could help to write article. Something in Django admin that could be the same editor as wikipedia when someone write an article : ad texte, ad title, ad image, ad link...., AD hyperlink...

Thanks a lot if you have any idea.

For the moment my dirty solution is to write HTML directly in the database.

Gonzague


Solution

  • You could use django richtextfield or more comprehensive django-wiki