I use Dreamhost shared hosting for some of my sites that I don't feel I need a whole ton of control over, such as this one (ransomsoft.com). I also created Django CMS Themes (the site) and django-cms-themes (the python library that adds theme support to Django CMS), and I wanted a quick way to insure that django-cms-themes was easy to plug into a django app, so I wrote a little bash script that automatically installs and sets up the following on your dreamhost account:
- A local copy of Python 2.7
- easy_install
- pip
- virtualenv
- virtualenvwrapper
- django 1.3 ...
