2009/03/01

Google I/O Session 2008: Google App Engine with Django

I am in the process of porting DB Timetable from a Django deployment to Google App Engine. The biggest problem is Google runs their server on UTC. So now I have to rewrite the time calculations with PyTZ and get them working again.

Here's their session last year by Guido himself: