[web2py] Off topic : new js alternative to vue and react

2020-05-07 Thread António Ramos
This is s cool and clean. https://www.imba.io/ The interactive screencasting platform Scrimba.com is written in Imba, both frontend and backend. regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] two web2py servers and sessions in redis

2020-05-07 Thread Yoel Benitez Fonseca
Got the following situation: - Two applications released as lambda functions (A and B), each application in this scenary have his own web2py version, served with the same domain name behind an nginx proxy, for example A (example.com) and B (example.com/path_to_b). - i wanted that B uses A as a

Re: [web2py] Re: SQLFORM keepvalues - only 1 field

2020-05-07 Thread mostwanted
Nice one On Thursday, April 30, 2020 at 9:14:48 PM UTC+2, Scott Hunter wrote: > > Would this do the job? > > form = SQLFORM.factory(*fields) > if form.process().accepted: > # update the database here > form2 = SQLFORM.factory(*fields) > form2.vars['state'] =

Re: [web2py] Re: py4wb simplification

2020-05-07 Thread António Ramos
With this callback can i have "powerfields" that automatically update themselves in the database ? No need to submit forms.. Em sáb., 15 de fev. de 2020 às 11:27, Massimo Di Pierro < massimo.dipie...@gmail.com> escreveu: > They they should be added > > @autneticated and @unauthenticated are