You really need to go through some of the sample applications.
http://code.google.com/p/google-app-engine-samples/

Or get a book:
http://www.amazon.com/Programming-Google-App-Engine-Infrastructure/dp/059652272X/

You need to get an understanding of how to work with templates, and the 
basic structure of python classes.

First thing: there shouldn't be an else: at the top of this code.  def get() 
and def post() are two separate methods of the DirectoryHandler class.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to