[17:40:20] <j00bar> aclark: i don't mind rackspace cloud. their lack of an equivalent to EBS and their sizing tiers are my biggest complaints.
[17:42:41] <aclark> j00bar: right, to some extent they cater to different audiences. I like the stupid simple UI of rsc's admin tool (and api). When doing ec2 last year i recall reading documentation for a long time before i understood how it worked.
[17:53:13] <aclark> so if django is moving towards WSGI can i do bin/paste django.ini in development yet?
[18:09:28] <j00bar> aclark: not being terribly familiar with paster, no idea
[18:09:42] <j00bar> but django isn't "moving toward wsgi" - most commonly it's used as a wsgi app
[18:14:48] <aclark> j00bar: http://pythonpaste.org/modules/httpserver.html, and i was referring to: https://code.djangoproject.com/changeset/17022
[18:15:23] <j00bar> aclark: i've got to go -- bbiab
[18:15:26] <aclark> just because WSGI is the most common deployment doesn't mean they support it well. my understanding is that it's gotten better over the years…