Blog entries tagged django
Now featuring Django 1.0
Tuesday, October 07, 2008
After quite a bit of effort and trolling around on Django's google groups, I've finally migrated my website to use Django 1.0. This is outwardly a very small change and if I did the transition properly, no one should have even noticed. The main benefit that I see from this is not having to worry as much about backwards compatibility as Django moves forward.
Hello 2.0
Wednesday, June 04, 2008
Having designed and coded my first Django-powered website just over one year ago, I decided it was time for some much needed changes. Thankfully, in the last year a lot of really cool django apps have come out that helped me get back up and running quickly.
Installing Satchmo on Webfaction
Wednesday, August 22, 2007
For a project I am working on, I had to figure out a quality shopping cart app to use. I tried a couple mainstream solutions and then I found out about Satchmo, a Django-based shopping cart. This seemed like a perfect solution, it had all the power and easy configuration of Django built right in.