Follow me
Twitter
Posts
Comments

Category Archive for 'Django'

Django reverse with JavaScript

Taking the cobwebs out of here… Here I go to cite a way that can ‘solve’ the URL reversing problem when you are using a Django app that uses some JavaScript and Ajax requests. Django has a very nice way to resolve URLs based on its name and optionally some args. It uses the regex [...]

Read Full Post »

Steps with sudo command configured to the current user: $ sudo yum install postgresql-server python-psycopg2 $ sudo service postgresql initdb Initializing database: [ OK ] $ sudo service postgresql start Starting postgresql service: [ OK ] $ sudo su – postgres -bash-4.0$ psql postgres=# CREATE USER transifex WITH PASSWORD ‘transifex’; CREATE ROLE postgres=# CREATE DATABASE [...]

Read Full Post »

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 »

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

Read Full Post »

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 »

Older Posts »