[google-appengine] Re: Can't add record to datastore

2009-03-29 Thread WallyDD
I think you might need to put brackets at the end of the put. submission.put() not submission.put On Mar 29, 1:17 pm, Jim Culver jculverw...@gmail.com wrote: Hey everyone, I must be doing something stupid, does anyone know why the code below does not add a record to the datastore?  The

[google-appengine] Re: Can't add record to datastore

2009-03-29 Thread Jim Culver
Thank you so much, that did the trick. On Mar 29, 1:24 pm, WallyDD shaneb...@gmail.com wrote: I think you might need to put brackets at the end of the put. submission.put() not submission.put On Mar 29, 1:17 pm, Jim Culver jculverw...@gmail.com wrote: Hey everyone, I must be doing