TransDb: Pretty much easier

Follow me for more content or contact for work opportunities:
Twitter / LinkedIn

Today I've released a new version of TransDb, the Django package that allows storing text at database in more than one language (using the same field).

New version is pretty much easier to use, after fixing many bugs, and avoiding the use of a filter in templates.

Now, migrating your single-language application to a multi-language one is very easy, so almost the only thing you've to do is changing your model fields (no data transformation is required, it is done automatically when you translate texts at admin). A full migration procedure is available at project page.

You can find everything at Google's project page.

Follow me for more content or contact for work opportunities:
Twitter / LinkedIn