The most compatible fonts across OS's and web browsers:
serif family: Georgia, Times New Roman
sans-serif family: Arial, Arial Black, Impact, Trebuchet MS, Verdana
cursive family: Comic Sans MS
fantasy family: none (lol)
monospace family:...
It's as easy as following this article: http://code.google.com/appengine/articles/django.html. A couple of notes, though: - There is a maximum of 1000 files, so if you ship django with the app, strip it out of the non-essentials (the article mentions a...
As it turns out, there is a helper project for django on appengine (kind like an empty project template to, among other things, create a special DB backend for datastore): http://code.google.com/appengine/articles/appengine_helper_for_django.html