Hello everyone,
I have a question with forms for many to many relations and I just cant
find the answer.
Its possible to have forms inside forms?
For example:
I have a model Food that has inside a lot of components(nutrients). So Food
has many components.
Is there any chances that I could create
Worked!
Thank you very much Anthony!
On Wed, Jan 11, 2012 at 11:54 AM, Anthony wrote:
> After processing the form, try:
>
> auth.user.update(form.vars)
>
> auth.user is just a (dictionary-like) Storage object, so you can update it
> like any dictionary. Note, if form.vars includes some variab
2 matches
Mail list logo