Follow me
Twitter
Posts
Comments

Tag Archive 'Django'

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 [...]

Read Full Post »