[web2py] How to sort a join by count

2020-11-13 Thread Alex Glaros
How to write a statement that counts which projects are the priority of most people PROJECT id project_name PERSON id person_name PERSON_PROJECT_PRIORITY person_fk project_fk prioritySet = db((db.PERSON.id == PERSON-PROJECT-PRIORITY.person_fk) & (PROJECT.id ==

[web2py] Update dropdown list in SQLFORM.grid based on selection in another dropdown list

2020-11-13 Thread Tom Clerckx
Hi, Considering the sample code below. I have manually populated the books table with a number of books for different genres. Now I can create an entry in the shelves table, using the SQLFORM.grid The shelve_items will be shown as a dropdown list with the books that I've added What I would

[web2py] No module named _compat

2020-11-13 Thread Yebach
Hello I had some problems creatign new app so i used the wizard i am getting an error Traceback (most recent call last): File "C:\workspaces\Python\iRazpored\gluon\restricted.py", line 217, in restricted exec ccode in environment File

[web2py] Re: Is it time to take redis off the features list?

2020-11-13 Thread Jose C
I have it working with python3 but only as far as web2py 2.18.5. Thereafter I cannot get it to work either. Unfortunately it does begin to appear that web2py has reached end of life status. On Friday, 13 November 2020 at 03:13:18 UTC Joe Barnhart wrote: > I know this is really old news, but