2nd August, 2008
I've been recently looking into Django, and I just discovered you can run it on the Google App Engine!
Google App Engine and Django both have the ability to use the WSGI standard to run applications. As a result, it is possible to use nearly the entire Django stack on Google App Engine, including middleware.
This looks like the perfect excuse to learn more about both technologies.
