You are currently browsing the Jeethu's Blog weblog archives for October, 2008.

Posted on October 2, 2008 at 1:49 pm

tagz.in is up again

Finally after 2 hours or hard work, I got tagz up and running. Its currently running on my vps (the same machine which was running the staging server). Here’s the background on the issue. The main server was running Ubuntu 8.04 (Hardy Heron) Last night, I ran a standard apt-get update; apt-get upgrade. It upgraded [...]

Posted on October 2, 2008 at 11:40 am

tagz.in is down :(

Due to a libc upgrade gone awry, tagz.in has been down for the past 30 minutes. I’m working on bringing it up asap. UPDATE: Its up again, on a different machine.

Posted on October 1, 2008 at 8:20 pm

Merging Django querysets

This one’s pretty basic (from the docs) , but I end up using it all the times. Being able to “AND” and “OR” django querysets can really simplify a lot of code. Here’s an instance (a simplification of the setup I have in tagz). Lets start by defining 2 models. Now, lets say I want [...]