Latest Post

Django internationalization on OSX Lion

Django has excellent support for website internationalization. We will now focus on the languages side of things. First of all, we need to make sure that our Mac has the right library to generate translation files. Installing gettext If you [...]

osx-lion-python-django

Mac OS X Lion: The perfect setup for Python / Django

If like me, you are developing Django applications on a Mac, you will probably face a few issues when upgrading to Lion. In my case, I haven’t even upgraded, I decided to wipe it all out and start from a [...]

Create a new Mercurial repository on Mac

Every months or so, I create a new repository for the development project I work on. But I always tend to forget how to setup the repository, so here’s a quick start quide which I found very helpful and I [...]