django-multilingual
What multinlingual database support for Django 1.3?
I am using Django for quite a while but each time I ask myself the same question again and again. W开发者_C百科hich multilingual database backend should I use ?[详细]
2023-04-04 07:48 分类:问答error in admin page when editing using django-multilingual-ng on django 1.3
am trying to switch my application to use multilingual-ng, unfortunutely though, there is very little documentation and FAQ\'s online. I hope someone would be able to tell what is going on with my pra[详细]
2023-03-03 16:11 分类:问答Django multilingual - how to preview content from any language?
I\'m using django-multilingual for a Django based website. When I define the __unicode__ function for a model to return this way:[详细]
2023-01-09 01:09 分类:问答Customizing the language-guessing algorithm in Django
I\'m developing a multilingual Django website. It has two languages, English and Hebrew. I want the default languag开发者_运维百科e for every first-time visitor to be Hebrew, regardless of what his br[详细]
2022-12-21 18:23 分类:问答Using multilingual and localeurl in django
Using django-multilingual and localeurl. Small sample of my main page view: def main(request): #View for http://www.mysite.com/[详细]
2022-12-20 14:14 分类:问答django-multilingual: order drop down field by translated field
how do i order a the options of a form field by a translated field? models.py: class UserProfile(models.Model):[详细]
2022-12-17 08:43 分类:问答