Archive for the ‘Python’ Category

Django on Dreamhost

Sunday, September 28th, 2008

It doesn't take much searching to suspect that Django on Dreamhost maby not be an ideal environment, but it does work. Running Django on Dreamhost involves using Fastcgi, which is officially supported by Django, but not a recommended configuration. I found following the official tutorial sufficient in setting up Django on ...

Upgrading Python on a Dreamhost Account

Sunday, September 28th, 2008

Java is just my day job. In fact, it's pretty dull too sometimes. I like to venture out when I can and work with other technologies. In this case, I've been messing around with Django on my Dreamhost account. This short tutorial is intended to be the first of several ...