One Click Django Project Publishing

I was reading The Joel Test and I got to number #2 which says "Can you make a build in one step?" My initial thought was that there aren’t really builds per se in web applications (unless you use ASP.NET). But then I thought, I wonder if I could make publishing my Django application a [...]

May 15, 2009  Tags: , , , , , ,   Posted in: Programming & Internet  12 Comments

Update Windows Path Without Rebooting

I find it quite annoying that whenever I read instructions that include adding an environment path variable you are asked to reboot your machine for changes to take effect. I know there has GOT to be a way to do it. Well, I know a way, but it’s someway kludgy.
Here is how I do it [...]

June 19, 2008  Tags: , , ,   Posted in: Programming & Internet  3 Comments