Answer the question
In order to leave comments, you need to log in
How to create tabs for the content translation language in the admin panel?
How to create tabs for the content translation language in the admin panel?
For example
class Post(models.Model):
author = models.CharField(max_length=200)
title = models.CharField(max_length=200)
content = models.TextField() # post text
When filling the field from above, how to add tabs for text translation?
How to add tabs to admin panel?
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