Tag Archives: python

Erlang: another step forward

Some time ago I posted here that I was trying to learn Erlang. My first encounter with the language had been quite a number of years back and thanks to a dear friend who was my teacher at the time and I must admit it hadn’t been the happiest of all my encounters.
It seems to [...]

Django gotchas - part 2

Continuing with my posts on Django gotchas, this article is devoted to writing your custom authentication module. There are plenty articles out there (like this and this) dealing with this topic and even the wonderful Django documentation explains how to do it very well. However I wasn’t able to find an article that dealt with [...]

Django gotchas - part 1

During the last month I’ve been immersed in Django almost full time in my job (almost as I had a small glitch in which I had to develop a C# application for a PDA). During this last month I came across several, as I call them, Django gotchas and I will try to document them [...]