[web2py] web2py | video course | license terms

2019-11-01 Thread Jay B
Hello guys, I have become familiar with web2py over the last months and am now playing with the idea of creating a video course. However, I have been wondering for quite some time why there is no current video course on web2py. The only useful video material are the videos from Massimo on Vim

Re: [web2py] Re: Scheduler for py4web ?

2019-11-01 Thread Carlos Zenteno
Thanks a lot I read a bit and found out the difference. I erased the post briefly after I wrote it. Thanks again. On Fri, Nov 1, 2019, 4:21 PM António Ramos wrote: > You are confusing things. > Web2py Task scheduler is like linux cron but more powerfull because you > can task a python functi

Re: [web2py] Re: Scheduler for py4web ?

2019-11-01 Thread António Ramos
You are confusing things. Web2py Task scheduler is like linux cron but more powerfull because you can task a python function from your code. Gulp and alike are task automation tools like creating files and folders , compiling jade to html or sass to css. Not the same thing.. and yes you should be a

[web2py] Re: Scheduler for py4web ?

2019-11-01 Thread Carlos Zenteno
Is a scheduler the same thing as a task manager? Can we use GULP with py4web? -- 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

[web2py] Re: SQLFORM.grid search with fields readable = False

2019-11-01 Thread Paul Ellis
If you want the fields to be searchable. Then instead of setting readable = false. Hide the fields with: db.table.field.represent = lambda value, row: DIV(value, _class='hidden') and the column heading with: grid = SQLFORM.grid( headers = { 'table.field' : DIV(_style = "display:N

[web2py] Tempfile not found when uploading images with the Add function in a Grid

2019-11-01 Thread Paul Ellis
I am getting this error when users upload an image with the Add function of a grid. As background, it is adding a product which can only be seen by users in a particular group (belong to the same company). Traceback 1. 2. 3. 4. 5. 6. 7. Traceback (most recent call last): File "/home/act/web2