Posted in Django, English, Fedora, Transifex on Nov 22nd, 2009
Steps with sudo command configured to the current user:
$ sudo yum install postgresql-server python-psycopg2
$ sudo service postgresql initdb
Initializing database: [...]
Read Full Post »
Posted in Django, English, Fedora, Transifex on Nov 10th, 2009
This week we’ve gotten a request from translate.moblin.org for being able to login using unicode chars. They use a custom backend for authentication that allows, for example, Chinese chars in the username. Django seems to handle it pretty well, although the Django Admin Panel complains about it. As a solution, we’ve implemented a way to [...]
Read Full Post »
Posted in Django, English, Fedora, Transifex on Aug 19th, 2009
This past week I became a packager for Fedora. It’s been a long time I would like to learn how to do it and I took the new dependencies of the upcoming Transifex 0.7, as an opportunity to make it happen.
I started with packages very simple to be packaged. Actually they were more or less [...]
Read Full Post »
Posted in Django, English, Fedora, Transifex on Aug 18th, 2009
Pyro of the X-Men
In the last weeks we have been polishing the development branch of Transifex for releasing the newest version of the hottest tool for management of translations in the world. If my father was here, next to me, he would say: ‘Ok, less’.
Anyway, the truth is that we are quite excited [...]
Read Full Post »
Posted in Django, English, Fedora, Transifex on Jul 17th, 2009
Those days me and Ignacio were investigating a weird slowness in a feature of Transifex at http://transifex.net. For some reason there was a query that was taking so long to return the result and we were wondering why?
That was the query:
pofile = get_object_or_404(POFile, component=component, filename=filename)
This query intents to find a PO file with a specific [...]
Read Full Post »