Answer the question
In order to leave comments, you need to log in
How to translate the text of articles into different languages?
I have a model
class Article(models.Model):
article_title = models.CharField('Title', max_length = 200)
article_text = models.TextField('TEXT')
pub_date = models.DateTimeField('date publish')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question