Re: [web2py] Re: Push Notifications

2020-11-19 Thread mostwanted
Hey Ramos, I was able to successfully register the app on pusher.com. towards step 4 its says i should copy this code: *CODE:* curl -H "Content-Type: application/json" \ -H "Authorization: Bearer 9C9232906DFC6C8F8115926CC30D637945EB75F60467DA77977C399C4235E61C" \ -X POST

[web2py] How to pass variables to db.executesql?

2020-11-19 Thread Alex Glaros
for example where mytable.id = someWeb2PyVariable thanks, Alex Glaros -- 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 Issues) --- You received this message

Re: [web2py] Login via an link/URL

2020-11-19 Thread valq...@gmail.com
login_bare is a normal function, it is intended to login through ajax, but it cant be used in this case, since it requires raw password (not hash). I would create a table that maps hash of url (!!! Not url itself and not hash-like part of url) to user_id and then use auth.login_user as Carlos

Re: [web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-19 Thread Jon Subscripted
Thanks Alex! El El mié, 18 nov 2020 a las 14:38, Alex Beskopilny escribió: > dasjboards for web2py https://github.com/ali96343/facew2p > dashboards for py4web https://github.com/ali96343/facep4w > charts Highcharts.js > On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3 Jonsubs wrote: > >> Hi