Hosting a Django Site with Pure Python - Eric Florenzano's Website
Posted 17 July 2008 in links
tagged with [cougar:syndicate=delicious] [django] [python] [server] [wsgi]
Exactly what I wanted. A pure-python standalone WSGI server that I can put behind an apache and host my Django jerakeen.org implementation on. Fast, too.
http://www.eflorenzano.com/blog/post/hosting-django-site-...