[web2py] Integrate vue app builded into py4web

2020-08-25 Thread Ariel Antunez
Hi every body. how can I integrate vue application builded with vue-cli (dist folder) into my py4web application? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

Re: [web2py] Voting & Rating

2020-08-25 Thread mostwanted
      Ok Ramos, I'll put in some effort On Tuesday, August 25, 2020 at 6:56:22 PM UTC+2 Ramos wrote: > If the vote was made by a logged in user you should find it in the db > right ? > > Em ter., 25 de ago. de 2020 às 17:31, mostwanted > escreveu: > >> >> Hey guys, I'm looking at the

Re: [web2py] Voting & Rating

2020-08-25 Thread António Ramos
If the vote was made by a logged in user you should find it in the db right ? Em ter., 25 de ago. de 2020 às 17:31, mostwanted escreveu: > > Hey guys, I'm looking at the voting & rating example on the book ( >

[web2py] Voting & Rating

2020-08-25 Thread mostwanted
Hey guys, I'm looking at the voting & rating example on the book ( http://www.web2py.com/books/default/chapter/29/11/jquery-and-ajax?search=voting#Voting-and-rating) & was wondering how I could use* (request.env.remote_addr) *to prevent a previously voted user from voting again. Regards;