Is there anything I am missing? Why would you want to manually create
a dictionary of all the vars you need in Web2py views when you simpli
can write

return locals()

and all the variables will be available in the view

Reply via email to