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 'Transifex'
It’s been 1 year of Indifex
Posted in English, Europe, FUDCon, Fedora, GSoC, Indifex, Transifex on Feb 1st, 2010
Time definitely flies It looks like it was yesterday that I firstly flew to EU to meet some Fedora guys at the FUDCon in Brno. At that time, September of 2008, I had just finished my GSoC application and lots of ideas were going around our minds (Me and Dimitris Glezos), mainly about what we [...]
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 [...]
Palestra na Faculdades Energia/FASC em Criciúma
Posted in Event, Fedora, Português, Transifex on Oct 9th, 2009
Na última quarta-feira (07/10), atendendo ao convide do coordenador do curso de Sistema de Informação, compareci na Faculdades Energia/FASC – Faculdades Associadas de Santa Catarina em Criciúma. Como na maioria das faculdades e universidades, uma vez por ano os cursos promovem a semana acadêmica, que tem o intuito de trazer palestras referentes aos assuntos de [...]