[web2py] Re: Help a noob - I have run script setup-web2py-nginx-uwsgi-ubuntu.sh, now what?

2018-07-10 Thread Dave S
On Sunday, July 8, 2018 at 2:53:27 AM UTC-7, 黄祥 wrote: > > @dave > not sure understand with ssh port forwarding to look like a local access > in web2py, any example? > There are a few posts related to that in the group archives, but here's where the book talks about it: http://web2py.com/boo

[web2py] Re: Bootstrap is really killing web2py

2018-07-10 Thread Ramos
What is the status of this separation of web2py and bootstrap? Regards Em sábado, 18 de junho de 2016 14:27:41 UTC+1, Massimo Di Pierro escreveu: > > This is a big can of worms. CSS was created to decouple style info from > structural info (HTML). Turns out most CSS today dictate both a class

[web2py] Re: JWT - FAQ

2018-07-10 Thread Leonel Câmara
Check Auth's base class AuthAPI https://github.com/web2py/web2py/blob/master/gluon/authapi.py You can easily do that using it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/lis

[web2py] JWT - FAQ

2018-07-10 Thread António Ramos
Hello, for those who want to use web2py as a mere api endpoint we can use JWT to authenticate users but i dont see how to create users this way. How to create , change password using jwt only access to web2py??? No docs in the docs... Regards António -- Resources: - http://web2py.com - http:/

Re: [web2py] Re: Postpone a scheduler action

2018-07-10 Thread Martin Weissenboeck
I shall use the following solution: the scheduled function checks if there is a conversation. If yes, it schedules a copy of itself with a start time 2 minutes in the future and returns without any further action. Thank you for the discussion! Leonel Câmara schrieb am Mo., 9. Juli 2018, 20:02:

[web2py] Re: Scheduler workers crash on usage of urllib

2018-07-10 Thread matt
Hi, Is there an update on this issue? https://github.com/web2py/pydal/pull/505 was merged January 7, but the most recent PyDAL release on PyPI and GitHub is still 17.11, from November 13 2017. Thanks, Matt Fox -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http:/

[web2py] Re: Ubuntu web2py

2018-07-10 Thread Oldie Forgotten
Hi, Had the same issue with ubuntu bionic. This has solved it: sudo apt install python3-tk Cheers. On Monday, 28 September 2009 05:15:42 UTC+10, Chris Baron wrote: > > All, > > I've been using web2py on OSX and have been trying to get it up and > running on 9.04 Ubuntu, but have not been able t