I would love to hear short bits about debugging Django (either in GAE or not), sounds like a good subject for lightning talks since someone can tell about a bug he had and how he traced it down or one can describe a certain debugging tool/method. Or perhaps that's better suited to be a subject for a future meeting?
I'd also love to hear about how people are handling persistent data which can't easily be modeled to fit in a normal relational database, e.g. complex Python objects. But again perhaps this is a subject for more than 5 minutes...
If there's interest, I could show a few nice bits about the Django DB API, a few examples showing how to write nice, clear, efficient queries, since I've been doing that quite a bit lately, and it's really wonderful :)
- Tal