python - How to add translation fields in django-taggit? -


i working on multi language web-site. in apps using django modeltranslation set values on different languages admin. how can add modeltranslation django-taggit have tag on different languages?

i think have subclass tagbase , add own translatable fields instead.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -