[web2py] data-w2p_remote

2021-01-21 Thread 'Annet' via web2py-users
I have a site in which I have a layout.html view with a header and a footer, the main content is loaded into this div: The problem is that when I click on a link on /init/home/index/ the content of /init/home/index/ is shown a fraction of a second before the requested page is loaded. Any othe

[web2py] set default value of row for foreign key

2021-01-21 Thread lcham...@gmail.com
Hello , i have 2 tables like this : Model db.define_table('t_plasmids', Field('f_protein', type='string', comment="50 characters max", label=T('Protein')), Field('f_plasmid_name', type='string', comment="100 characters max", label=T('Plasmid Name')), migrate = Tru