Re: Translate Content From django-ckeditor

2019-01-19 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the. django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Sat, 19 Jan 2019 at 11:16, Anh Nguyen wrote: > Hi everyone, > I’m using

Translate Content From django-ckeditor

2019-01-19 Thread Anh Nguyen
Hi everyone, I’m using RichTextUploadField() for my content’s post. So now i need to translate this content to other languages. Im gonna using model-translate’s package. But the content are the HTML tags from RichTextUploadField So now. what thing i need to do. Please give me some solutions.