Re: Internalization: Two DB tables for one Model?

2006-06-07 Thread tekNico
Aidas Bendoraitis wrote: > Hello Django Professionals! > > I am making a Django-based website that has to be multilingual. Me too. :-) > Everything is clear about making the admin section and the templates > translatable. The problem is multilingual objects. > > I could think of several

Re: Internalization: Two DB tables for one Model?

2006-06-07 Thread Archatas
For better understanding of the second and the third ways of creating multilingual models I mentioned, you can read the sub-article "Database" in the "Internationalization Primer" at http://digital-web.com/articles/internationalization_primer/ In my opinion, internalization is very important

Internalization: Two DB tables for one Model?

2006-06-06 Thread Aidas Bendoraitis
Hello Django Professionals! I am making a Django-based website that has to be multilingual. Everything is clear about making the admin section and the templates translatable. The problem is multilingual objects. I could think of several approaches to implement internationalization for Django