This is yet another way to store multi-lingual content in Django. In contrast to other options like django-hvad, django-modeltranslation or django-parler it does not require additonal database tables and you can reconfigure the available languages without any changes to the database schema. In constrast to nece, it is not specific to PostgreSQL. WWW: https://github.com/raphaelm/django-i18nfield - While I'm here, add NO_ARCH PR: 239060 Submitted by: Alexander Sieg <alex@xanderio.de>
7 lines
399 B
Text
7 lines
399 B
Text
This is yet another way to store multi-lingual content in Django. In contrast to
|
|
other options like django-hvad, django-modeltranslation or django-parler it does
|
|
not require additonal database tables and you can reconfigure the available
|
|
languages without any changes to the database schema. In constrast to nece, it
|
|
is not specific to PostgreSQL.
|
|
|
|
WWW: https://github.com/raphaelm/django-i18nfield
|