Spawning + Django - Eric Florenzano’s Website
31 July 2008
in links
tagged with
[django]
[python]
[server]
[wsgi]
Another python WSGI server that’ll run Django. In the ‘to look at next time I mess with jerakeen.org’ pile.
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-...