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 [...]
Category Archive for 'Django'
Running Transifex with PostgreSQL on Fedora
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: [ 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 [...]
Unicode usernames in Django admin panel
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 [...]
Becoming a package maintainer for Fedora
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 [...]
Transifex 0.7 – Pyro is coming soon
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 [...]