blog stats
seamusc.com

Django on digiweb.ie

Published on May 18, 2007

I finally got this site up and running on digiweb.ie's free student hosting package. The site is powered fully by django

The Web framework for perfectionists with deadlines

As digiweb do not support mod_python or fastcgi on this package I ended up having to use django.cgi to process requests. This method is described as being very slow as for each request an instance of python plus all of django's code needs to started and loaded into memory but I really haven't noticed a delay. Kudos to digiweb.ie for their very generous hosting package!


Comments