Articles tagged with Python
Now riding the Python
Posted by Chris Inch on Feb. 7th, 2007
All aboard! Welcome to my new improved blog. I've rewritten my blog in Python using web.py. It took me a couple weeks to get everything up and running the way I wanted, but there's still many more features to be added. I guess you could consider this version 0.1 of this blogging software. I have more to post about web.py, but I'll save that for a later day.
From nothing to something with Django
Posted by Chris Inch on March 5th, 2008
Recently I published a new version of my site, including this blog. The entire site is now powered by Django. As I worked on this redesign, I monitored how long each task took me. Here are my results:
Django Upgraded
Posted by Chris Inch on July 20th, 2009
I finally took the time to upgrade to Django 1.0.2 and migrate my blog to the new release this weekend. Django 1.0 has a lot of improved features, including an upgraded comment system which has allowed me to re-enable comments on my blog.
There was a few speedbumps while upgrading, but everything is well documented at djangoproject.org so it wasn't too bad.