Re: populating database model with form model

2008-11-16 Thread jtobe
ing environment. > > Good luck with your project. > > regards >  Steve > > > > jtobe wrote: > > thanks for trying to help. > > > app engine models use .put() instead of .save() and according to > > guido, there is very little difference between the

Re: populating database model with form model

2008-11-16 Thread jtobe
bulding here is suppose to be an "orbitz equivalent" for my software engineering class. we chose to use django and app engine for the free hosting and a chance to use something we had only read about (django). On Nov 16, 3:18 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Nov

populating database model with form model

2008-11-16 Thread jtobe
Hi, i wasn't sure whether i should ask this here or on the google app engine list. I really have two problems. The first is, if i have a form that i populate choices in a choicefield using entries in the database, it only updates once. Every time after the first time it just uses the same vales