February 27, 2010
Tornado is an open source version of scalable, non-blocking web server and web framework. It was developed for use by FriendFeed and later in 2009 the company also was acquired by Facebook. Tornado is noted for its high performance and is written using a web framework that looks a bit like web.py or Google’s webapp. [...]
Read the full article →
September 29, 2009
If you are using django-paypal on Webfaction and want to encrypt the post form, you are going to run into an issue building M2Crypto since their servers OpenSSL has been built without EC support. You can get around this by using the following commands to install M2Crypto: cat >> ~/.pydistutils.cfg << EOF [build_ext] include_dirs=/usr/include/openssl EOF [...]
Read the full article →