Powered by Python Powered by Google App Engine

gae123: Resources for the Google App Engine


Powered by Google App Engine

Google App Engine: From Datastore Properties to Web Forms


Abstract

The django framework and the Google App Engine (GAE) make it easy to manipulate the GAE datastore properties using standard HTML forms. The builtin datastore properties[ GaeDocTP ] with the default mappings cover a wide range of data types and should be adequate for any simple application. For more complex applications, you will need to extend the framework. This article is going to show you how to do just this. [ 1 ]



[ 1 ] This article is based on version 1.2.2 of the Google App Engine SDK for Python.