On Jan 22, 9:06 pm, Calvin <[email protected]> wrote: > 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.
Thanks! I fixed that and now post writes to the database but I still cannot get the url parameter saved in get into post? Any suggestions about how to do this? The code is here http://pastebin.com/QkQt874J Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
