S
S
Sama Samsonov2017-03-07 11:06:58
Django
Sama Samsonov, 2017-03-07 11:06:58

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

1 answer(s)
S
sim3x, 2017-03-07
@sim3x

https://djangopackages.org/grids/g/i18n/
django-modeltranslation.readthedocs.io/en/latest/a...
https://habrahabr.ru/post/128273/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question