Hosting a Django Site with Pure Python - Eric Florenzano's Website
17 July 2008
in links
tagged with
[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-...