Posts

Recently I’ve had to remove a version of MySQL 5.5 from my Macbook so that I could go back to a 5.1 version. However it appears …

When I first started playing with Python and Django, I was introduced to Mercurial. I had used Subversion for a while and once familiar …

Recently I deployed a django application to WebFaction (this blog!). While this wasn't the first app I've deployed there, I did forget …

I ran into an issue trying to generate a sitemap.xml file with Django’s built in sitemap view. After reading the documentation …