[web2py] Using Sphinx to automatically create documentation of an application

2014-07-01 Thread Luis Garcia
Hi all, I am just working in a project that involves to create a large App for web2py and we would like to use Sphinx to read the docstring documentations that we already have in the code. I tried to use the autodoc but some problems arise when I tried to make the build. I saw that the web2py

[web2py] pre-populating the form in custom form

2014-07-26 Thread Luis Garcia
Hi! I am working with web2py and I am trying to pre-populate a form. In normal circumstances I do form.vars.field = value. But now, I am working with a custom form, and I realized that this does not work anymore. It is there any way to pre-populate a customized form directly from the server? or